#ade288
a light, vivid green · cool · closest name: khaki
RGB
173, 226, 136
HSL
95°, 61%, 71%
CMYK
24, 0, 40, 11
Luminance
0.6505
Every format
| HEX | #ade288 |
| RGB | rgb(173, 226, 136) |
| HSL | hsl(95, 61%, 71%) |
| CMYK | cmyk(24%, 0%, 40%, 11%) |
| LAB | lab(84.5 -32.7 38.6) |
| LCH | lch(84.5 50.6 130.3) |
| OKLCH | oklch(0.855 0.130 133.4) |
Copy-ready code
/* CSS */
color: #ade288;
background-color: #ade288;
/* Tailwind (arbitrary) */
class="text-[#ade288] bg-[#ade288]"
/* SCSS */
$brand: #ade288;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.533)
/* Android */
Color.parseColor("#ade288")Accessibility — WCAG contrast
Aa
#ade288 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade288 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue53.3%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow39.8%
Key (black)11.4%
Color previews
#ade288 text on a black background
contrast 14.01:1
Card sample
#ade288 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade288;
Background color
Panel with #ade288 background
background-color: #ade288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade288; background: linear-gradient(135deg, #ade288, #88E29F);