#c8af74
a balanced, soft yellow · warm · closest name: tan
RGB
200, 175, 116
HSL
42°, 43%, 62%
CMYK
0, 13, 42, 22
Luminance
0.4420
Every format
| HEX | #c8af74 |
| RGB | rgb(200, 175, 116) |
| HSL | hsl(42, 43%, 62%) |
| CMYK | cmyk(0%, 13%, 42%, 22%) |
| LAB | lab(72.4 0.9 33.5) |
| LCH | lch(72.4 33.6 88.5) |
| OKLCH | oklch(0.762 0.082 87.5) |
Copy-ready code
/* CSS */
color: #c8af74;
background-color: #c8af74;
/* Tailwind (arbitrary) */
class="text-[#c8af74] bg-[#c8af74]"
/* SCSS */
$brand: #c8af74;
/* SwiftUI */
Color(red: 0.784, green: 0.686, blue: 0.455)
/* Android */
Color.parseColor("#c8af74")Accessibility — WCAG contrast
Aa
#c8af74 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8af74 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green68.6%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow42.0%
Key (black)21.6%
Color previews
#c8af74 text on a black background
contrast 9.84:1
Card sample
#c8af74 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8af74;
Background color
Panel with #c8af74 background
background-color: #c8af74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8af74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 175, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 175, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8af74; background: linear-gradient(135deg, #c8af74, #A9C874);