#ade488
a light, vivid green · cool · closest name: khaki
RGB
173, 228, 136
HSL
96°, 63%, 71%
CMYK
24, 0, 40, 11
Luminance
0.6615
Every format
| HEX | #ade488 |
| RGB | rgb(173, 228, 136) |
| HSL | hsl(96, 63%, 71%) |
| CMYK | cmyk(24%, 0%, 40%, 11%) |
| LAB | lab(85.1 -33.6 39.3) |
| LCH | lch(85.1 51.7 130.5) |
| OKLCH | oklch(0.860 0.133 133.7) |
Copy-ready code
/* CSS */
color: #ade488;
background-color: #ade488;
/* Tailwind (arbitrary) */
class="text-[#ade488] bg-[#ade488]"
/* SCSS */
$brand: #ade488;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.533)
/* Android */
Color.parseColor("#ade488")Accessibility — WCAG contrast
Aa
#ade488 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade488 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue53.3%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow40.4%
Key (black)10.6%
Color previews
#ade488 text on a black background
contrast 14.23:1
Card sample
#ade488 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade488;
Background color
Panel with #ade488 background
background-color: #ade488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade488; background: linear-gradient(135deg, #ade488, #88E4A0);