#ade284
a light, vivid green · cool · closest name: khaki
RGB
173, 226, 132
HSL
94°, 62%, 70%
CMYK
24, 0, 42, 11
Luminance
0.6494
Every format
| HEX | #ade284 |
| RGB | rgb(173, 226, 132) |
| HSL | hsl(94, 62%, 70%) |
| CMYK | cmyk(24%, 0%, 42%, 11%) |
| LAB | lab(84.5 -33.2 40.5) |
| LCH | lch(84.5 52.4 129.3) |
| OKLCH | oklch(0.854 0.135 132.6) |
Copy-ready code
/* CSS */
color: #ade284;
background-color: #ade284;
/* Tailwind (arbitrary) */
class="text-[#ade284] bg-[#ade284]"
/* SCSS */
$brand: #ade284;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.518)
/* Android */
Color.parseColor("#ade284")Accessibility — WCAG contrast
Aa
#ade284 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade284 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue51.8%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow41.6%
Key (black)11.4%
Color previews
#ade284 text on a black background
contrast 13.99:1
Card sample
#ade284 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade284;
Background color
Panel with #ade284 background
background-color: #ade284;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade284;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade284; background: linear-gradient(135deg, #ade284, #84E29A);