#ade27a
a light, vivid green · cool · closest name: khaki
RGB
173, 226, 122
HSL
91°, 64%, 68%
CMYK
24, 0, 46, 11
Luminance
0.6468
Every format
| HEX | #ade27a |
| RGB | rgb(173, 226, 122) |
| HSL | hsl(91, 64%, 68%) |
| CMYK | cmyk(24%, 0%, 46%, 11%) |
| LAB | lab(84.3 -34.4 45.2) |
| LCH | lch(84.3 56.8 127.3) |
| OKLCH | oklch(0.853 0.145 131.0) |
Copy-ready code
/* CSS */
color: #ade27a;
background-color: #ade27a;
/* Tailwind (arbitrary) */
class="text-[#ade27a] bg-[#ade27a]"
/* SCSS */
$brand: #ade27a;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.478)
/* Android */
Color.parseColor("#ade27a")Accessibility — WCAG contrast
Aa
#ade27a on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade27a on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue47.8%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow46.0%
Key (black)11.4%
Color previews
#ade27a text on a black background
contrast 13.94:1
Card sample
#ade27a text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade27a;
Background color
Panel with #ade27a background
background-color: #ade27a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade27a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade27a; background: linear-gradient(135deg, #ade27a, #7AE28C);