#c0a921
a dark, vivid yellow · cool · closest name: olive
RGB
192, 169, 33
HSL
51°, 71%, 44%
CMYK
0, 12, 83, 25
Luminance
0.3969
Every format
| HEX | #c0a921 |
| RGB | rgb(192, 169, 33) |
| HSL | hsl(51, 71%, 44%) |
| CMYK | cmyk(0%, 12%, 83%, 25%) |
| LAB | lab(69.3 -5.0 66.1) |
| LCH | lch(69.3 66.3 94.3) |
| OKLCH | oklch(0.733 0.144 98.7) |
Copy-ready code
/* CSS */
color: #c0a921;
background-color: #c0a921;
/* Tailwind (arbitrary) */
class="text-[#c0a921] bg-[#c0a921]"
/* SCSS */
$brand: #c0a921;
/* SwiftUI */
Color(red: 0.753, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#c0a921")Accessibility — WCAG contrast
Aa
#c0a921 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0a921 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green66.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow82.8%
Key (black)24.7%
Color previews
#c0a921 text on a black background
contrast 8.94:1
Card sample
#c0a921 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0a921;
Background color
Panel with #c0a921 background
background-color: #c0a921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0a921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0a921; background: linear-gradient(135deg, #c0a921, #6DC021);