#cabe13
a dark, electric yellow · cool · closest name: gold
RGB
202, 190, 19
HSL
56°, 83%, 43%
CMYK
0, 6, 91, 21
Luminance
0.4943
Every format
| HEX | #cabe13 |
| RGB | rgb(202, 190, 19) |
| HSL | hsl(56, 83%, 43%) |
| CMYK | cmyk(0%, 6%, 91%, 21%) |
| LAB | lab(75.7 -11.8 74.7) |
| LCH | lch(75.7 75.7 99.0) |
| OKLCH | oklch(0.787 0.164 104.9) |
Copy-ready code
/* CSS */
color: #cabe13;
background-color: #cabe13;
/* Tailwind (arbitrary) */
class="text-[#cabe13] bg-[#cabe13]"
/* SCSS */
$brand: #cabe13;
/* SwiftUI */
Color(red: 0.792, green: 0.745, blue: 0.075)
/* Android */
Color.parseColor("#cabe13")Accessibility — WCAG contrast
Aa
#cabe13 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabe13 on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow90.6%
Key (black)20.8%
Color previews
#cabe13 text on a black background
contrast 10.89:1
Card sample
#cabe13 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabe13;
Background color
Panel with #cabe13 background
background-color: #cabe13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabe13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 190, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 190, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabe13; background: linear-gradient(135deg, #cabe13, #5CCA13);