#aad921
a balanced, vivid green · cool · closest name: yellow
RGB
170, 217, 33
HSL
75°, 74%, 49%
CMYK
22, 0, 85, 15
Luminance
0.5828
Every format
| HEX | #aad921 |
| RGB | rgb(170, 217, 33) |
| HSL | hsl(75, 74%, 49%) |
| CMYK | cmyk(22%, 0%, 85%, 15%) |
| LAB | lab(80.9 -37.8 75.4) |
| LCH | lch(80.9 84.3 116.7) |
| OKLCH | oklch(0.823 0.197 124.3) |
Copy-ready code
/* CSS */
color: #aad921;
background-color: #aad921;
/* Tailwind (arbitrary) */
class="text-[#aad921] bg-[#aad921]"
/* SCSS */
$brand: #aad921;
/* SwiftUI */
Color(red: 0.667, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#aad921")Accessibility — WCAG contrast
Aa
#aad921 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aad921 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green85.1%
Blue12.9%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#aad921 text on a black background
contrast 12.66:1
Card sample
#aad921 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aad921;
Background color
Panel with #aad921 background
background-color: #aad921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aad921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aad921; background: linear-gradient(135deg, #aad921, #2FD921);