#c9b049
a balanced, vivid yellow · cool · closest name: khaki
RGB
201, 176, 73
HSL
48°, 54%, 54%
CMYK
0, 12, 64, 21
Luminance
0.4395
Every format
| HEX | #c9b049 |
| RGB | rgb(201, 176, 73) |
| HSL | hsl(48, 54%, 54%) |
| CMYK | cmyk(0%, 12%, 64%, 21%) |
| LAB | lab(72.2 -2.9 54.5) |
| LCH | lch(72.2 54.6 93.1) |
| OKLCH | oklch(0.759 0.125 95.6) |
Copy-ready code
/* CSS */
color: #c9b049;
background-color: #c9b049;
/* Tailwind (arbitrary) */
class="text-[#c9b049] bg-[#c9b049]"
/* SCSS */
$brand: #c9b049;
/* SwiftUI */
Color(red: 0.788, green: 0.690, blue: 0.286)
/* Android */
Color.parseColor("#c9b049")Accessibility — WCAG contrast
Aa
#c9b049 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b049 on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green69.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow63.7%
Key (black)21.2%
Color previews
#c9b049 text on a black background
contrast 9.79:1
Card sample
#c9b049 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b049;
Background color
Panel with #c9b049 background
background-color: #c9b049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 176, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 176, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b049; background: linear-gradient(135deg, #c9b049, #8DC949);