#ade878
a light, vivid green · cool · closest name: khaki
RGB
173, 232, 120
HSL
92°, 71%, 69%
CMYK
25, 0, 48, 9
Luminance
0.6795
Every format
| HEX | #ade878 |
| RGB | rgb(173, 232, 120) |
| HSL | hsl(92, 71%, 69%) |
| CMYK | cmyk(25%, 0%, 48%, 9%) |
| LAB | lab(86.0 -37.4 48.2) |
| LCH | lch(86.0 61.0 127.8) |
| OKLCH | oklch(0.866 0.155 131.8) |
Copy-ready code
/* CSS */
color: #ade878;
background-color: #ade878;
/* Tailwind (arbitrary) */
class="text-[#ade878] bg-[#ade878]"
/* SCSS */
$brand: #ade878;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.471)
/* Android */
Color.parseColor("#ade878")Accessibility — WCAG contrast
Aa
#ade878 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade878 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue47.1%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow48.3%
Key (black)9.0%
Color previews
#ade878 text on a black background
contrast 14.59:1
Card sample
#ade878 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade878;
Background color
Panel with #ade878 background
background-color: #ade878;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade878;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade878; background: linear-gradient(135deg, #ade878, #78E88E);