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