#CFA99C Color Information

Hex color code: #CFA99C

The hex color #CFA99C is a pastel orange with RGB values of (207, 169, 156) and HSL of (15°, 35%, 71%). It is commonly used in modern UI design.

Try:
Color NameTan
HEX
#CFA99C
RGB
207, 169, 156
HSL
15°, 35%, 71%
CMYK
0%, 18%, 25%, 19%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #CFA99C; 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 #CFA99C; background-color: #CFA99C15; }

Alert / Toast

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

Link / Accent

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

a { color: #CFA99C; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

207, 169, 156

Red: 207 / Green: 169 / Blue: 156

HSL

15°, 35%, 71%

Hue: 15° / Saturation: 35% / Lightness: 71%

CMYK

0%, 18%, 25%, 19%

Cyan: 0% / Magenta: 18% / Yellow: 25% / Key: 19%

What color is #CFA99C?

#CFA99C is a red-orange hue associated with warmth and passion.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CFA99C to RGB:

rgb(207, 169, 156)HEX to RGB Converter →

HEX to HSL

Convert #CFA99C to HSL:

hsl(15, 35%, 71%)RGB to HSL Converter →

HEX to CMYK

Convert #CFA99C to CMYK:

cmyk(0%, 18%, 25%, 19%)Color Converter →

Color Meaning and Usage

#CFA99C is a pastel orange color with RGB values of 207, 169, 156 and HSL of 15°, 35%, 71%. This red-orange hue evokes warmth and passion, making it suitable for often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CFA99C is #9BC2CF, creating high-contrast pairings. For softer combinations, try analogous colors like #CF9BA8.

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

Contrast with #CFA99C

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CFA99C?

#CFA99C is a pastel orange color - a red-orange hue that evokes warmth and passion.

What is the RGB value of #CFA99C?

#CFA99C in RGB is (207, 169, 156) - 207 red, 169 green, and 156 blue.

How to use #CFA99C in CSS?

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

What colors go well with #CFA99C?

#9BC2CF (complementary), #CF9BA8 (analogous), and #B67B68 (lighter shade) work well with #CFA99C.