#aba032
a dark, vivid yellow · cool · closest name: olive
RGB
171, 160, 50
HSL
55°, 55%, 43%
CMYK
0, 6, 71, 33
Luminance
0.3403
Every format
| HEX | #aba032 |
| RGB | rgb(171, 160, 50) |
| HSL | hsl(55, 55%, 43%) |
| CMYK | cmyk(0%, 6%, 71%, 33%) |
| LAB | lab(65.0 -8.9 55.8) |
| LCH | lch(65.0 56.5 99.0) |
| OKLCH | oklch(0.695 0.128 103.5) |
Copy-ready code
/* CSS */
color: #aba032;
background-color: #aba032;
/* Tailwind (arbitrary) */
class="text-[#aba032] bg-[#aba032]"
/* SCSS */
$brand: #aba032;
/* SwiftUI */
Color(red: 0.671, green: 0.627, blue: 0.196)
/* Android */
Color.parseColor("#aba032")Accessibility — WCAG contrast
Aa
#aba032 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba032 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green62.7%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow70.8%
Key (black)32.9%
Color previews
#aba032 text on a black background
contrast 7.81:1
Card sample
#aba032 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba032;
Background color
Panel with #aba032 background
background-color: #aba032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 160, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 160, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba032; background: linear-gradient(135deg, #aba032, #65AB32);