#ade59b
a light, vivid green · cool · closest name: aquamarine
RGB
173, 229, 155
HSL
105°, 59%, 75%
CMYK
25, 0, 32, 10
Luminance
0.6729
Every format
| HEX | #ade59b |
| RGB | rgb(173, 229, 155) |
| HSL | hsl(105, 59%, 75%) |
| CMYK | cmyk(25%, 0%, 32%, 10%) |
| LAB | lab(85.7 -31.4 30.5) |
| LCH | lch(85.7 43.8 135.8) |
| OKLCH | oklch(0.865 0.115 138.2) |
Copy-ready code
/* CSS */
color: #ade59b;
background-color: #ade59b;
/* Tailwind (arbitrary) */
class="text-[#ade59b] bg-[#ade59b]"
/* SCSS */
$brand: #ade59b;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.608)
/* Android */
Color.parseColor("#ade59b")Accessibility — WCAG contrast
Aa
#ade59b on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade59b on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue60.8%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow32.3%
Key (black)10.2%
Color previews
#ade59b text on a black background
contrast 14.46:1
Card sample
#ade59b text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade59b;
Background color
Panel with #ade59b background
background-color: #ade59b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade59b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade59b; background: linear-gradient(135deg, #ade59b, #9BE5BA);