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