#ade0a9
a light, vivid green · cool · closest name: aquamarine
RGB
173, 224, 169
HSL
116°, 47%, 77%
CMYK
23, 0, 25, 12
Luminance
0.6506
Every format
| HEX | #ade0a9 |
| RGB | rgb(173, 224, 169) |
| HSL | hsl(116, 47%, 77%) |
| CMYK | cmyk(23%, 0%, 25%, 12%) |
| LAB | lab(84.5 -26.8 21.7) |
| LCH | lch(84.5 34.5 141.0) |
| OKLCH | oklch(0.857 0.092 142.9) |
Copy-ready code
/* CSS */
color: #ade0a9;
background-color: #ade0a9;
/* Tailwind (arbitrary) */
class="text-[#ade0a9] bg-[#ade0a9]"
/* SCSS */
$brand: #ade0a9;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.663)
/* Android */
Color.parseColor("#ade0a9")Accessibility — WCAG contrast
Aa
#ade0a9 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0a9 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue66.3%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow24.6%
Key (black)12.2%
Color previews
#ade0a9 text on a black background
contrast 14.01:1
Card sample
#ade0a9 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0a9;
Background color
Panel with #ade0a9 background
background-color: #ade0a9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0a9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0a9; background: linear-gradient(135deg, #ade0a9, #A9E0CA);