#aadc21
a balanced, vivid green · cool · closest name: yellow
RGB
170, 220, 33
HSL
76°, 74%, 50%
CMYK
23, 0, 85, 14
Luminance
0.5984
Every format
| HEX | #aadc21 |
| RGB | rgb(170, 220, 33) |
| HSL | hsl(76, 74%, 50%) |
| CMYK | cmyk(23%, 0%, 85%, 14%) |
| LAB | lab(81.8 -39.2 76.1) |
| LCH | lch(81.8 85.6 117.2) |
| OKLCH | oklch(0.830 0.201 124.9) |
Copy-ready code
/* CSS */
color: #aadc21;
background-color: #aadc21;
/* Tailwind (arbitrary) */
class="text-[#aadc21] bg-[#aadc21]"
/* SCSS */
$brand: #aadc21;
/* SwiftUI */
Color(red: 0.667, green: 0.863, blue: 0.129)
/* Android */
Color.parseColor("#aadc21")Accessibility — WCAG contrast
Aa
#aadc21 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aadc21 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green86.3%
Blue12.9%
CMYK percentages
Cyan22.7%
Magenta0.0%
Yellow85.0%
Key (black)13.7%
Color previews
#aadc21 text on a black background
contrast 12.97:1
Card sample
#aadc21 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aadc21;
Background color
Panel with #aadc21 background
background-color: #aadc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aadc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 220, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 220, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aadc21; background: linear-gradient(135deg, #aadc21, #2DDC21);