#ade27f
a light, vivid green · cool · closest name: khaki
RGB
173, 226, 127
HSL
92°, 63%, 69%
CMYK
24, 0, 44, 11
Luminance
0.6481
Every format
| HEX | #ade27f |
| RGB | rgb(173, 226, 127) |
| HSL | hsl(92, 63%, 69%) |
| CMYK | cmyk(24%, 0%, 44%, 11%) |
| LAB | lab(84.4 -33.8 42.9) |
| LCH | lch(84.4 54.6 128.2) |
| OKLCH | oklch(0.854 0.140 131.8) |
Copy-ready code
/* CSS */
color: #ade27f;
background-color: #ade27f;
/* Tailwind (arbitrary) */
class="text-[#ade27f] bg-[#ade27f]"
/* SCSS */
$brand: #ade27f;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.498)
/* Android */
Color.parseColor("#ade27f")Accessibility — WCAG contrast
Aa
#ade27f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade27f on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue49.8%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow43.8%
Key (black)11.4%
Color previews
#ade27f text on a black background
contrast 13.96:1
Card sample
#ade27f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade27f;
Background color
Panel with #ade27f background
background-color: #ade27f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade27f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade27f; background: linear-gradient(135deg, #ade27f, #7FE293);