#cabb13
a dark, electric yellow · cool · closest name: gold
RGB
202, 187, 19
HSL
55°, 83%, 43%
CMYK
0, 7, 91, 21
Luminance
0.4814
Every format
| HEX | #cabb13 |
| RGB | rgb(202, 187, 19) |
| HSL | hsl(55, 83%, 43%) |
| CMYK | cmyk(0%, 7%, 91%, 21%) |
| LAB | lab(74.9 -10.3 74.1) |
| LCH | lch(74.9 74.8 97.9) |
| OKLCH | oklch(0.780 0.161 103.6) |
Copy-ready code
/* CSS */
color: #cabb13;
background-color: #cabb13;
/* Tailwind (arbitrary) */
class="text-[#cabb13] bg-[#cabb13]"
/* SCSS */
$brand: #cabb13;
/* SwiftUI */
Color(red: 0.792, green: 0.733, blue: 0.075)
/* Android */
Color.parseColor("#cabb13")Accessibility — WCAG contrast
Aa
#cabb13 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabb13 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green73.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow90.6%
Key (black)20.8%
Color previews
#cabb13 text on a black background
contrast 10.63:1
Card sample
#cabb13 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabb13;
Background color
Panel with #cabb13 background
background-color: #cabb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 187, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 187, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabb13; background: linear-gradient(135deg, #cabb13, #5FCA13);