#ade07a
a light, vivid green · cool · closest name: khaki
RGB
173, 224, 122
HSL
90°, 62%, 68%
CMYK
23, 0, 46, 12
Luminance
0.6360
Every format
| HEX | #ade07a |
| RGB | rgb(173, 224, 122) |
| HSL | hsl(90, 62%, 68%) |
| CMYK | cmyk(23%, 0%, 46%, 12%) |
| LAB | lab(83.8 -33.5 44.5) |
| LCH | lch(83.8 55.7 126.9) |
| OKLCH | oklch(0.848 0.142 130.7) |
Copy-ready code
/* CSS */
color: #ade07a;
background-color: #ade07a;
/* Tailwind (arbitrary) */
class="text-[#ade07a] bg-[#ade07a]"
/* SCSS */
$brand: #ade07a;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.478)
/* Android */
Color.parseColor("#ade07a")Accessibility — WCAG contrast
Aa
#ade07a on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade07a on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue47.8%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow45.5%
Key (black)12.2%
Color previews
#ade07a text on a black background
contrast 13.72:1
Card sample
#ade07a text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade07a;
Background color
Panel with #ade07a background
background-color: #ade07a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade07a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade07a; background: linear-gradient(135deg, #ade07a, #7AE08B);