#aade1b
a balanced, electric green · cool · closest name: yellow
RGB
170, 222, 27
HSL
76°, 78%, 49%
CMYK
23, 0, 88, 13
Luminance
0.6087
Every format
| HEX | #aade1b |
| RGB | rgb(170, 222, 27) |
| HSL | hsl(76, 78%, 49%) |
| CMYK | cmyk(23%, 0%, 88%, 13%) |
| LAB | lab(82.3 -40.2 77.7) |
| LCH | lch(82.3 87.5 117.4) |
| OKLCH | oklch(0.834 0.205 125.2) |
Copy-ready code
/* CSS */
color: #aade1b;
background-color: #aade1b;
/* Tailwind (arbitrary) */
class="text-[#aade1b] bg-[#aade1b]"
/* SCSS */
$brand: #aade1b;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.106)
/* Android */
Color.parseColor("#aade1b")Accessibility — WCAG contrast
Aa
#aade1b on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aade1b on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue10.6%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow87.8%
Key (black)12.9%
Color previews
#aade1b text on a black background
contrast 13.17:1
Card sample
#aade1b text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aade1b;
Background color
Panel with #aade1b background
background-color: #aade1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aade1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aade1b; background: linear-gradient(135deg, #aade1b, #28DE1B);