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