#aade4b
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 222, 75
HSL
81°, 69%, 58%
CMYK
23, 0, 66, 13
Luminance
0.6130
Every format
| HEX | #aade4b |
| RGB | rgb(170, 222, 75) |
| HSL | hsl(81, 69%, 58%) |
| CMYK | cmyk(23%, 0%, 66%, 13%) |
| LAB | lab(82.5 -38.0 64.0) |
| LCH | lch(82.5 74.4 120.7) |
| OKLCH | oklch(0.837 0.181 126.8) |
Copy-ready code
/* CSS */
color: #aade4b;
background-color: #aade4b;
/* Tailwind (arbitrary) */
class="text-[#aade4b] bg-[#aade4b]"
/* SCSS */
$brand: #aade4b;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.294)
/* Android */
Color.parseColor("#aade4b")Accessibility — WCAG contrast
Aa
#aade4b on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aade4b on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue29.4%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow66.2%
Key (black)12.9%
Color previews
#aade4b text on a black background
contrast 13.26:1
Card sample
#aade4b text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aade4b;
Background color
Panel with #aade4b background
background-color: #aade4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aade4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aade4b; background: linear-gradient(135deg, #aade4b, #4BDE4E);