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