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