#c4a721
a dark, vivid yellow · cool · closest name: olive
RGB
196, 167, 33
HSL
49°, 71%, 45%
CMYK
0, 15, 83, 23
Luminance
0.3948
Every format
| HEX | #c4a721 |
| RGB | rgb(196, 167, 33) |
| HSL | hsl(49, 71%, 45%) |
| CMYK | cmyk(0%, 15%, 83%, 23%) |
| LAB | lab(69.1 -2.2 66.2) |
| LCH | lch(69.1 66.2 91.9) |
| OKLCH | oklch(0.733 0.143 95.6) |
Copy-ready code
/* CSS */
color: #c4a721;
background-color: #c4a721;
/* Tailwind (arbitrary) */
class="text-[#c4a721] bg-[#c4a721]"
/* SCSS */
$brand: #c4a721;
/* SwiftUI */
Color(red: 0.769, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#c4a721")Accessibility — WCAG contrast
Aa
#c4a721 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4a721 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow83.2%
Key (black)23.1%
Color previews
#c4a721 text on a black background
contrast 8.90:1
Card sample
#c4a721 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4a721;
Background color
Panel with #c4a721 background
background-color: #c4a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4a721; background: linear-gradient(135deg, #c4a721, #74C421);