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