#ade57b
a light, vivid green · cool · closest name: khaki
RGB
173, 229, 123
HSL
92°, 67%, 69%
CMYK
25, 0, 46, 10
Luminance
0.6635
Every format
| HEX | #ade57b |
| RGB | rgb(173, 229, 123) |
| HSL | hsl(92, 67%, 69%) |
| CMYK | cmyk(25%, 0%, 46%, 10%) |
| LAB | lab(85.2 -35.6 45.8) |
| LCH | lch(85.2 58.0 127.9) |
| OKLCH | oklch(0.860 0.148 131.7) |
Copy-ready code
/* CSS */
color: #ade57b;
background-color: #ade57b;
/* Tailwind (arbitrary) */
class="text-[#ade57b] bg-[#ade57b]"
/* SCSS */
$brand: #ade57b;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.482)
/* Android */
Color.parseColor("#ade57b")Accessibility — WCAG contrast
Aa
#ade57b on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade57b on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue48.2%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow46.3%
Key (black)10.2%
Color previews
#ade57b text on a black background
contrast 14.27:1
Card sample
#ade57b text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade57b;
Background color
Panel with #ade57b background
background-color: #ade57b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade57b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade57b; background: linear-gradient(135deg, #ade57b, #7BE590);