#ade29b
a light, vivid green · cool · closest name: aquamarine
RGB
173, 226, 155
HSL
105°, 55%, 75%
CMYK
24, 0, 31, 11
Luminance
0.6564
Every format
| HEX | #ade29b |
| RGB | rgb(173, 226, 155) |
| HSL | hsl(105, 55%, 75%) |
| CMYK | cmyk(24%, 0%, 31%, 11%) |
| LAB | lab(84.8 -30.0 29.4) |
| LCH | lch(84.8 42.0 135.6) |
| OKLCH | oklch(0.859 0.110 137.9) |
Copy-ready code
/* CSS */
color: #ade29b;
background-color: #ade29b;
/* Tailwind (arbitrary) */
class="text-[#ade29b] bg-[#ade29b]"
/* SCSS */
$brand: #ade29b;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.608)
/* Android */
Color.parseColor("#ade29b")Accessibility — WCAG contrast
Aa
#ade29b on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade29b on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue60.8%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow31.4%
Key (black)11.4%
Color previews
#ade29b text on a black background
contrast 14.13:1
Card sample
#ade29b text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade29b;
Background color
Panel with #ade29b background
background-color: #ade29b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade29b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade29b; background: linear-gradient(135deg, #ade29b, #9BE2B8);