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