#c9af7f
a balanced, soft orange · warm · closest name: tan
RGB
201, 175, 127
HSL
39°, 41%, 64%
CMYK
0, 13, 37, 21
Luminance
0.4461
Every format
| HEX | #c9af7f |
| RGB | rgb(201, 175, 127) |
| HSL | hsl(39, 41%, 64%) |
| CMYK | cmyk(0%, 13%, 37%, 21%) |
| LAB | lab(72.6 2.5 28.1) |
| LCH | lch(72.6 28.2 84.9) |
| OKLCH | oklch(0.765 0.071 82.5) |
Copy-ready code
/* CSS */
color: #c9af7f;
background-color: #c9af7f;
/* Tailwind (arbitrary) */
class="text-[#c9af7f] bg-[#c9af7f]"
/* SCSS */
$brand: #c9af7f;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.498)
/* Android */
Color.parseColor("#c9af7f")Accessibility — WCAG contrast
Aa
#c9af7f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9af7f on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow36.8%
Key (black)21.2%
Color previews
#c9af7f text on a black background
contrast 9.92:1
Card sample
#c9af7f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9af7f;
Background color
Panel with #c9af7f background
background-color: #c9af7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9af7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9af7f; background: linear-gradient(135deg, #c9af7f, #B2C97F);