#ade07f
a light, vivid green · cool · closest name: khaki
RGB
173, 224, 127
HSL
92°, 61%, 69%
CMYK
23, 0, 43, 12
Luminance
0.6373
Every format
| HEX | #ade07f |
| RGB | rgb(173, 224, 127) |
| HSL | hsl(92, 61%, 69%) |
| CMYK | cmyk(23%, 0%, 43%, 12%) |
| LAB | lab(83.8 -32.9 42.2) |
| LCH | lch(83.8 53.5 127.9) |
| OKLCH | oklch(0.849 0.137 131.4) |
Copy-ready code
/* CSS */
color: #ade07f;
background-color: #ade07f;
/* Tailwind (arbitrary) */
class="text-[#ade07f] bg-[#ade07f]"
/* SCSS */
$brand: #ade07f;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.498)
/* Android */
Color.parseColor("#ade07f")Accessibility — WCAG contrast
Aa
#ade07f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade07f on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue49.8%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow43.3%
Key (black)12.2%
Color previews
#ade07f text on a black background
contrast 13.75:1
Card sample
#ade07f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade07f;
Background color
Panel with #ade07f background
background-color: #ade07f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade07f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade07f; background: linear-gradient(135deg, #ade07f, #7FE092);