#aba913
a dark, electric yellow · cool · closest name: olive
RGB
171, 169, 19
HSL
59°, 80%, 37%
CMYK
0, 1, 89, 33
Luminance
0.3708
Every format
| HEX | #aba913 |
| RGB | rgb(171, 169, 19) |
| HSL | hsl(59, 80%, 37%) |
| CMYK | cmyk(0%, 1%, 89%, 33%) |
| LAB | lab(67.3 -14.7 67.0) |
| LCH | lch(67.3 68.6 102.3) |
| OKLCH | oklch(0.713 0.151 108.8) |
Copy-ready code
/* CSS */
color: #aba913;
background-color: #aba913;
/* Tailwind (arbitrary) */
class="text-[#aba913] bg-[#aba913]"
/* SCSS */
$brand: #aba913;
/* SwiftUI */
Color(red: 0.671, green: 0.663, blue: 0.075)
/* Android */
Color.parseColor("#aba913")Accessibility — WCAG contrast
Aa
#aba913 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba913 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green66.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow88.9%
Key (black)32.9%
Color previews
#aba913 text on a black background
contrast 8.42:1
Card sample
#aba913 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba913;
Background color
Panel with #aba913 background
background-color: #aba913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 169, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 169, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba913; background: linear-gradient(135deg, #aba913, #48AB13);