#c8a921
a balanced, vivid yellow · cool · closest name: olive
RGB
200, 169, 33
HSL
49°, 72%, 46%
CMYK
0, 16, 84, 22
Luminance
0.4077
Every format
| HEX | #c8a921 |
| RGB | rgb(200, 169, 33) |
| HSL | hsl(49, 72%, 46%) |
| CMYK | cmyk(0%, 16%, 84%, 22%) |
| LAB | lab(70.0 -1.5 67.1) |
| LCH | lch(70.0 67.1 91.3) |
| OKLCH | oklch(0.741 0.144 94.8) |
Copy-ready code
/* CSS */
color: #c8a921;
background-color: #c8a921;
/* Tailwind (arbitrary) */
class="text-[#c8a921] bg-[#c8a921]"
/* SCSS */
$brand: #c8a921;
/* SwiftUI */
Color(red: 0.784, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#c8a921")Accessibility — WCAG contrast
Aa
#c8a921 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8a921 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green66.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c8a921 text on a black background
contrast 9.15:1
Card sample
#c8a921 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8a921;
Background color
Panel with #c8a921 background
background-color: #c8a921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8a921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8a921; background: linear-gradient(135deg, #c8a921, #78C821);