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