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