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