#c8af4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
200, 175, 79
HSL
48°, 52%, 55%
CMYK
0, 13, 61, 22
Luminance
0.4350
Every format
| HEX | #c8af4f |
| RGB | rgb(200, 175, 79) |
| HSL | hsl(48, 52%, 55%) |
| CMYK | cmyk(0%, 13%, 61%, 22%) |
| LAB | lab(71.9 -2.4 51.4) |
| LCH | lch(71.9 51.5 92.7) |
| OKLCH | oklch(0.757 0.119 94.8) |
Copy-ready code
/* CSS */
color: #c8af4f;
background-color: #c8af4f;
/* Tailwind (arbitrary) */
class="text-[#c8af4f] bg-[#c8af4f]"
/* SCSS */
$brand: #c8af4f;
/* SwiftUI */
Color(red: 0.784, green: 0.686, blue: 0.310)
/* Android */
Color.parseColor("#c8af4f")Accessibility — WCAG contrast
Aa
#c8af4f on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8af4f on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green68.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow60.5%
Key (black)21.6%
Color previews
#c8af4f text on a black background
contrast 9.70:1
Card sample
#c8af4f text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8af4f;
Background color
Panel with #c8af4f background
background-color: #c8af4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8af4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 175, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 175, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8af4f; background: linear-gradient(135deg, #c8af4f, #90C84F);