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