#c4cb13
a dark, electric yellow · cool · closest name: gold
RGB
196, 203, 19
HSL
62°, 83%, 44%
CMYK
3, 0, 91, 20
Luminance
0.5449
Every format
| HEX | #c4cb13 |
| RGB | rgb(196, 203, 19) |
| HSL | hsl(62, 83%, 44%) |
| CMYK | cmyk(3%, 0%, 91%, 20%) |
| LAB | lab(78.8 -20.9 76.9) |
| LCH | lch(78.8 79.7 105.2) |
| OKLCH | oklch(0.810 0.176 112.3) |
Copy-ready code
/* CSS */
color: #c4cb13;
background-color: #c4cb13;
/* Tailwind (arbitrary) */
class="text-[#c4cb13] bg-[#c4cb13]"
/* SCSS */
$brand: #c4cb13;
/* SwiftUI */
Color(red: 0.769, green: 0.796, blue: 0.075)
/* Android */
Color.parseColor("#c4cb13")Accessibility — WCAG contrast
Aa
#c4cb13 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cb13 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green79.6%
Blue7.5%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow90.6%
Key (black)20.4%
Color previews
#c4cb13 text on a black background
contrast 11.90:1
Card sample
#c4cb13 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cb13;
Background color
Panel with #c4cb13 background
background-color: #c4cb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 203, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 203, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cb13; background: linear-gradient(135deg, #c4cb13, #49CB13);