#cab708
a dark, electric yellow · cool · closest name: gold
RGB
202, 183, 8
HSL
54°, 92%, 41%
CMYK
0, 9, 96, 21
Luminance
0.4644
Every format
| HEX | #cab708 |
| RGB | rgb(202, 183, 8) |
| HSL | hsl(54, 92%, 41%) |
| CMYK | cmyk(0%, 9%, 96%, 21%) |
| LAB | lab(73.8 -8.4 74.7) |
| LCH | lch(73.8 75.2 96.4) |
| OKLCH | oklch(0.772 0.160 101.8) |
Copy-ready code
/* CSS */
color: #cab708;
background-color: #cab708;
/* Tailwind (arbitrary) */
class="text-[#cab708] bg-[#cab708]"
/* SCSS */
$brand: #cab708;
/* SwiftUI */
Color(red: 0.792, green: 0.718, blue: 0.031)
/* Android */
Color.parseColor("#cab708")Accessibility — WCAG contrast
Aa
#cab708 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab708 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green71.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow96.0%
Key (black)20.8%
Color previews
#cab708 text on a black background
contrast 10.29:1
Card sample
#cab708 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab708;
Background color
Panel with #cab708 background
background-color: #cab708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 183, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 183, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab708; background: linear-gradient(135deg, #cab708, #5CCA08);