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