#c9af2d
a balanced, vivid yellow · cool · closest name: olive
RGB
201, 175, 45
HSL
50°, 63%, 48%
CMYK
0, 13, 78, 21
Luminance
0.4327
Every format
| HEX | #c9af2d |
| RGB | rgb(201, 175, 45) |
| HSL | hsl(50, 63%, 48%) |
| CMYK | cmyk(0%, 13%, 78%, 21%) |
| LAB | lab(71.7 -3.8 65.0) |
| LCH | lch(71.7 65.1 93.4) |
| OKLCH | oklch(0.755 0.143 97.2) |
Copy-ready code
/* CSS */
color: #c9af2d;
background-color: #c9af2d;
/* Tailwind (arbitrary) */
class="text-[#c9af2d] bg-[#c9af2d]"
/* SCSS */
$brand: #c9af2d;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.176)
/* Android */
Color.parseColor("#c9af2d")Accessibility — WCAG contrast
Aa
#c9af2d on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9af2d on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow77.6%
Key (black)21.2%
Color previews
#c9af2d text on a black background
contrast 9.65:1
Card sample
#c9af2d text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9af2d;
Background color
Panel with #c9af2d background
background-color: #c9af2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9af2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9af2d; background: linear-gradient(135deg, #c9af2d, #7BC92D);