#c1bf21
a dark, vivid yellow · cool · closest name: gold
RGB
193, 191, 33
HSL
59°, 71%, 44%
CMYK
0, 1, 83, 24
Luminance
0.4871
Every format
| HEX | #c1bf21 |
| RGB | rgb(193, 191, 33) |
| HSL | hsl(59, 71%, 44%) |
| CMYK | cmyk(0%, 1%, 83%, 24%) |
| LAB | lab(75.3 -15.9 71.3) |
| LCH | lch(75.3 73.0 102.6) |
| OKLCH | oklch(0.781 0.162 108.8) |
Copy-ready code
/* CSS */
color: #c1bf21;
background-color: #c1bf21;
/* Tailwind (arbitrary) */
class="text-[#c1bf21] bg-[#c1bf21]"
/* SCSS */
$brand: #c1bf21;
/* SwiftUI */
Color(red: 0.757, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#c1bf21")Accessibility — WCAG contrast
Aa
#c1bf21 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1bf21 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green74.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow82.9%
Key (black)24.3%
Color previews
#c1bf21 text on a black background
contrast 10.74:1
Card sample
#c1bf21 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1bf21;
Background color
Panel with #c1bf21 background
background-color: #c1bf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1bf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1bf21; background: linear-gradient(135deg, #c1bf21, #58C121);