#ade37f
a light, vivid green · cool · closest name: khaki
RGB
173, 227, 127
HSL
92°, 64%, 69%
CMYK
24, 0, 44, 11
Luminance
0.6535
Every format
| HEX | #ade37f |
| RGB | rgb(173, 227, 127) |
| HSL | hsl(92, 64%, 69%) |
| CMYK | cmyk(24%, 0%, 44%, 11%) |
| LAB | lab(84.7 -34.3 43.2) |
| LCH | lch(84.7 55.2 128.4) |
| OKLCH | oklch(0.856 0.141 132.0) |
Copy-ready code
/* CSS */
color: #ade37f;
background-color: #ade37f;
/* Tailwind (arbitrary) */
class="text-[#ade37f] bg-[#ade37f]"
/* SCSS */
$brand: #ade37f;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.498)
/* Android */
Color.parseColor("#ade37f")Accessibility — WCAG contrast
Aa
#ade37f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade37f on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue49.8%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow44.1%
Key (black)11.0%
Color previews
#ade37f text on a black background
contrast 14.07:1
Card sample
#ade37f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade37f;
Background color
Panel with #ade37f background
background-color: #ade37f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade37f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade37f; background: linear-gradient(135deg, #ade37f, #7FE394);