#c8a521
a balanced, vivid yellow · cool · closest name: olive
RGB
200, 165, 33
HSL
47°, 72%, 46%
CMYK
0, 18, 84, 22
Luminance
0.3930
Every format
| HEX | #c8a521 |
| RGB | rgb(200, 165, 33) |
| HSL | hsl(47, 72%, 46%) |
| CMYK | cmyk(0%, 18%, 84%, 22%) |
| LAB | lab(69.0 0.6 66.2) |
| LCH | lch(69.0 66.2 89.4) |
| OKLCH | oklch(0.733 0.142 92.5) |
Copy-ready code
/* CSS */
color: #c8a521;
background-color: #c8a521;
/* Tailwind (arbitrary) */
class="text-[#c8a521] bg-[#c8a521]"
/* SCSS */
$brand: #c8a521;
/* SwiftUI */
Color(red: 0.784, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#c8a521")Accessibility — WCAG contrast
Aa
#c8a521 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8a521 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c8a521 text on a black background
contrast 8.86:1
Card sample
#c8a521 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8a521;
Background color
Panel with #c8a521 background
background-color: #c8a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8a521; background: linear-gradient(135deg, #c8a521, #7CC821);