#aba721
a dark, vivid yellow · cool · closest name: olive
RGB
171, 167, 33
HSL
58°, 68%, 40%
CMYK
0, 2, 81, 33
Luminance
0.3641
Every format
| HEX | #aba721 |
| RGB | rgb(171, 167, 33) |
| HSL | hsl(58, 68%, 40%) |
| CMYK | cmyk(0%, 2%, 81%, 33%) |
| LAB | lab(66.8 -13.3 63.3) |
| LCH | lch(66.8 64.7 101.8) |
| OKLCH | oklch(0.710 0.144 107.7) |
Copy-ready code
/* CSS */
color: #aba721;
background-color: #aba721;
/* Tailwind (arbitrary) */
class="text-[#aba721] bg-[#aba721]"
/* SCSS */
$brand: #aba721;
/* SwiftUI */
Color(red: 0.671, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#aba721")Accessibility — WCAG contrast
Aa
#aba721 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba721 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow80.7%
Key (black)32.9%
Color previews
#aba721 text on a black background
contrast 8.28:1
Card sample
#aba721 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba721;
Background color
Panel with #aba721 background
background-color: #aba721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba721; background: linear-gradient(135deg, #aba721, #53AB21);