#aad621
a balanced, vivid green · cool · closest name: yellow
RGB
170, 214, 33
HSL
75°, 73%, 48%
CMYK
21, 0, 85, 16
Luminance
0.5675
Every format
| HEX | #aad621 |
| RGB | rgb(170, 214, 33) |
| HSL | hsl(75, 73%, 48%) |
| CMYK | cmyk(21%, 0%, 85%, 16%) |
| LAB | lab(80.0 -36.5 74.6) |
| LCH | lch(80.0 83.1 116.0) |
| OKLCH | oklch(0.816 0.194 123.7) |
Copy-ready code
/* CSS */
color: #aad621;
background-color: #aad621;
/* Tailwind (arbitrary) */
class="text-[#aad621] bg-[#aad621]"
/* SCSS */
$brand: #aad621;
/* SwiftUI */
Color(red: 0.667, green: 0.839, blue: 0.129)
/* Android */
Color.parseColor("#aad621")Accessibility — WCAG contrast
Aa
#aad621 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aad621 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green83.9%
Blue12.9%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow84.6%
Key (black)16.1%
Color previews
#aad621 text on a black background
contrast 12.35:1
Card sample
#aad621 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aad621;
Background color
Panel with #aad621 background
background-color: #aad621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aad621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 214, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 214, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aad621; background: linear-gradient(135deg, #aad621, #31D621);