#caba10
a dark, electric yellow · cool · closest name: gold
RGB
202, 186, 16
HSL
55°, 85%, 43%
CMYK
0, 8, 92, 21
Luminance
0.4771
Every format
| HEX | #caba10 |
| RGB | rgb(202, 186, 16) |
| HSL | hsl(55, 85%, 43%) |
| CMYK | cmyk(0%, 8%, 92%, 21%) |
| LAB | lab(74.6 -9.8 74.3) |
| LCH | lch(74.6 75.0 97.5) |
| OKLCH | oklch(0.778 0.161 103.1) |
Copy-ready code
/* CSS */
color: #caba10;
background-color: #caba10;
/* Tailwind (arbitrary) */
class="text-[#caba10] bg-[#caba10]"
/* SCSS */
$brand: #caba10;
/* SwiftUI */
Color(red: 0.792, green: 0.729, blue: 0.063)
/* Android */
Color.parseColor("#caba10")Accessibility — WCAG contrast
Aa
#caba10 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caba10 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow92.1%
Key (black)20.8%
Color previews
#caba10 text on a black background
contrast 10.54:1
Card sample
#caba10 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caba10;
Background color
Panel with #caba10 background
background-color: #caba10;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caba10;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 186, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 186, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caba10; background: linear-gradient(135deg, #caba10, #5ECA10);