#aba708
a dark, electric yellow · cool · closest name: olive
RGB
171, 167, 8
HSL
59°, 91%, 35%
CMYK
0, 2, 95, 33
Luminance
0.3631
Every format
| HEX | #aba708 |
| RGB | rgb(171, 167, 8) |
| HSL | hsl(59, 91%, 35%) |
| CMYK | cmyk(0%, 2%, 95%, 33%) |
| LAB | lab(66.8 -13.8 68.2) |
| LCH | lch(66.8 69.6 101.5) |
| OKLCH | oklch(0.709 0.151 108.0) |
Copy-ready code
/* CSS */
color: #aba708;
background-color: #aba708;
/* Tailwind (arbitrary) */
class="text-[#aba708] bg-[#aba708]"
/* SCSS */
$brand: #aba708;
/* SwiftUI */
Color(red: 0.671, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#aba708")Accessibility — WCAG contrast
Aa
#aba708 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba708 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green65.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow95.3%
Key (black)32.9%
Color previews
#aba708 text on a black background
contrast 8.26:1
Card sample
#aba708 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba708;
Background color
Panel with #aba708 background
background-color: #aba708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba708; background: linear-gradient(135deg, #aba708, #42AB08);