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