#ade594
a light, vivid green · cool · closest name: khaki
RGB
173, 229, 148
HSL
102°, 61%, 74%
CMYK
25, 0, 35, 10
Luminance
0.6706
Every format
| HEX | #ade594 |
| RGB | rgb(173, 229, 148) |
| HSL | hsl(102, 61%, 74%) |
| CMYK | cmyk(25%, 0%, 35%, 10%) |
| LAB | lab(85.5 -32.4 33.9) |
| LCH | lch(85.5 46.9 133.7) |
| OKLCH | oklch(0.864 0.122 136.4) |
Copy-ready code
/* CSS */
color: #ade594;
background-color: #ade594;
/* Tailwind (arbitrary) */
class="text-[#ade594] bg-[#ade594]"
/* SCSS */
$brand: #ade594;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.580)
/* Android */
Color.parseColor("#ade594")Accessibility — WCAG contrast
Aa
#ade594 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade594 on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue58.0%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow35.4%
Key (black)10.2%
Color previews
#ade594 text on a black background
contrast 14.41:1
Card sample
#ade594 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade594;
Background color
Panel with #ade594 background
background-color: #ade594;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade594;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade594; background: linear-gradient(135deg, #ade594, #94E5B1);