#ade575
a light, vivid green · cool · closest name: khaki
RGB
173, 229, 117
HSL
90°, 68%, 68%
CMYK
25, 0, 49, 10
Luminance
0.6621
Every format
| HEX | #ade575 |
| RGB | rgb(173, 229, 117) |
| HSL | hsl(90, 68%, 68%) |
| CMYK | cmyk(25%, 0%, 49%, 10%) |
| LAB | lab(85.1 -36.3 48.6) |
| LCH | lch(85.1 60.7 126.8) |
| OKLCH | oklch(0.859 0.154 130.9) |
Copy-ready code
/* CSS */
color: #ade575;
background-color: #ade575;
/* Tailwind (arbitrary) */
class="text-[#ade575] bg-[#ade575]"
/* SCSS */
$brand: #ade575;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.459)
/* Android */
Color.parseColor("#ade575")Accessibility — WCAG contrast
Aa
#ade575 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade575 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue45.9%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow48.9%
Key (black)10.2%
Color previews
#ade575 text on a black background
contrast 14.24:1
Card sample
#ade575 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade575;
Background color
Panel with #ade575 background
background-color: #ade575;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade575;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade575; background: linear-gradient(135deg, #ade575, #75E588);