#aab921
a dark, vivid yellow · cool · closest name: olive
RGB
170, 185, 33
HSL
66°, 70%, 43%
CMYK
8, 0, 82, 28
Luminance
0.4335
Every format
| HEX | #aab921 |
| RGB | rgb(170, 185, 33) |
| HSL | hsl(66, 70%, 43%) |
| CMYK | cmyk(8%, 0%, 82%, 28%) |
| LAB | lab(71.8 -22.8 67.6) |
| LCH | lch(71.8 71.3 108.6) |
| OKLCH | oklch(0.749 0.162 115.6) |
Copy-ready code
/* CSS */
color: #aab921;
background-color: #aab921;
/* Tailwind (arbitrary) */
class="text-[#aab921] bg-[#aab921]"
/* SCSS */
$brand: #aab921;
/* SwiftUI */
Color(red: 0.667, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#aab921")Accessibility — WCAG contrast
Aa
#aab921 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aab921 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green72.5%
Blue12.9%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#aab921 text on a black background
contrast 9.67:1
Card sample
#aab921 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aab921;
Background color
Panel with #aab921 background
background-color: #aab921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aab921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aab921; background: linear-gradient(135deg, #aab921, #45B921);