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