#aab721
a dark, vivid yellow · cool · closest name: olive
RGB
170, 183, 33
HSL
65°, 69%, 42%
CMYK
7, 0, 82, 28
Luminance
0.4252
Every format
| HEX | #aab721 |
| RGB | rgb(170, 183, 33) |
| HSL | hsl(65, 69%, 42%) |
| CMYK | cmyk(7%, 0%, 82%, 28%) |
| LAB | lab(71.2 -21.8 67.1) |
| LCH | lch(71.2 70.5 108.0) |
| OKLCH | oklch(0.745 0.160 114.9) |
Copy-ready code
/* CSS */
color: #aab721;
background-color: #aab721;
/* Tailwind (arbitrary) */
class="text-[#aab721] bg-[#aab721]"
/* SCSS */
$brand: #aab721;
/* SwiftUI */
Color(red: 0.667, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#aab721")Accessibility — WCAG contrast
Aa
#aab721 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aab721 on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green71.8%
Blue12.9%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow82.0%
Key (black)28.2%
Color previews
#aab721 text on a black background
contrast 9.50:1
Card sample
#aab721 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aab721;
Background color
Panel with #aab721 background
background-color: #aab721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aab721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aab721; background: linear-gradient(135deg, #aab721, #46B721);