#FFA98D Color Information

Hex color code: #FFA98D

A light orange shade, #FFA98D appears as (255, 169, 141) in RGB and (15°, 100%, 78%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLight Salmon
HEX
#FFA98D
RGB
255, 169, 141
HSL
15°, 100%, 78%
CMYK
0%, 34%, 45%, 0%

Shades

CSS Usage
color: #FFA98D;
background-color: #FFA98D;
border-color: #FFA98D;
box-shadow: 0 0 10px #FFA98D;
border: 2px solid #FFA98D;
Tailwind Usage
bg-[#FFA98D]
text-[#FFA98D]
border-[#FFA98D]
shadow-[0_0_10px_FFA98D]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #FFA98D, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #FFA98D; color: #000000; }

Badge

New Feature
.badge { background-color: #FFA98D; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #FFA98D; background-color: #FFA98D15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #FFA98D20; border-left: 4px solid #FFA98D; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #FFA98D; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #FFA98D in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 169, 141

Red: 255 / Green: 169 / Blue: 141

HSL

15°, 100%, 78%

Hue: 15° / Saturation: 100% / Lightness: 78%

CMYK

0%, 34%, 45%, 0%

Cyan: 0% / Magenta: 34% / Yellow: 45% / Key: 0%

What color is #FFA98D?

#FFA98D is a highly saturated hue associated with energy and excitement.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFA98D to RGB:

rgb(255, 169, 141)HEX to RGB Converter →

HEX to HSL

Convert #FFA98D to HSL:

hsl(15, 100%, 78%)RGB to HSL Converter →

HEX to CMYK

Convert #FFA98D to CMYK:

cmyk(0%, 34%, 45%, 0%)Color Converter →

Color Meaning and Usage

#FFA98D is a ethereal orange color with RGB values of 255, 169, 141 and HSL of 15°, 100%, 78%. This highly saturated hue evokes energy and excitement, making it suitable for frequently chosen for fintech and productivity apps. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FFA98D is #8FE3FF, creating high-contrast pairings. For softer combinations, try analogous colors like #FF8FAB.

Use #FFA98D in CSS: color: #FFA98D or background-color: #FFA98D. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #FFA98D

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 11.31:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFA98D?

#FFA98D is a ethereal orange color - a highly saturated hue that evokes energy and excitement.

What is the RGB value of #FFA98D?

#FFA98D in RGB is (255, 169, 141) - 255 red, 169 green, and 141 blue.

How to use #FFA98D in CSS?

Use #FFA98D directly in your CSS properties like color or background-color.

What colors go well with #FFA98D?

#8FE3FF (complementary), #FF8FAB (analogous), and #FF7142 (lighter shade) work well with #FFA98D.