#caab13
a dark, electric yellow · cool · closest name: gold
RGB
202, 171, 19
HSL
50°, 83%, 43%
CMYK
0, 15, 91, 21
Luminance
0.4173
Every format
| HEX | #caab13 |
| RGB | rgb(202, 171, 19) |
| HSL | hsl(50, 83%, 43%) |
| CMYK | cmyk(0%, 15%, 91%, 21%) |
| LAB | lab(70.7 -2.0 70.8) |
| LCH | lch(70.7 70.9 91.6) |
| OKLCH | oklch(0.747 0.150 95.5) |
Copy-ready code
/* CSS */
color: #caab13;
background-color: #caab13;
/* Tailwind (arbitrary) */
class="text-[#caab13] bg-[#caab13]"
/* SCSS */
$brand: #caab13;
/* SwiftUI */
Color(red: 0.792, green: 0.671, blue: 0.075)
/* Android */
Color.parseColor("#caab13")Accessibility — WCAG contrast
Aa
#caab13 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caab13 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow90.6%
Key (black)20.8%
Color previews
#caab13 text on a black background
contrast 9.35:1
Card sample
#caab13 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caab13;
Background color
Panel with #caab13 background
background-color: #caab13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caab13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 171, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 171, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caab13; background: linear-gradient(135deg, #caab13, #6FCA13);