#ade57f
a light, vivid green · cool · closest name: khaki
RGB
173, 229, 127
HSL
93°, 66%, 70%
CMYK
25, 0, 45, 10
Luminance
0.6646
Every format
| HEX | #ade57f |
| RGB | rgb(173, 229, 127) |
| HSL | hsl(93, 66%, 70%) |
| CMYK | cmyk(25%, 0%, 45%, 10%) |
| LAB | lab(85.2 -35.2 43.9) |
| LCH | lch(85.2 56.3 128.7) |
| OKLCH | oklch(0.861 0.144 132.3) |
Copy-ready code
/* CSS */
color: #ade57f;
background-color: #ade57f;
/* Tailwind (arbitrary) */
class="text-[#ade57f] bg-[#ade57f]"
/* SCSS */
$brand: #ade57f;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.498)
/* Android */
Color.parseColor("#ade57f")Accessibility — WCAG contrast
Aa
#ade57f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade57f on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue49.8%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow44.5%
Key (black)10.2%
Color previews
#ade57f text on a black background
contrast 14.29:1
Card sample
#ade57f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade57f;
Background color
Panel with #ade57f background
background-color: #ade57f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade57f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade57f; background: linear-gradient(135deg, #ade57f, #7FE595);