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