#ade0a3
a light, vivid green · cool · closest name: aquamarine
RGB
173, 224, 163
HSL
110°, 50%, 76%
CMYK
23, 0, 27, 12
Luminance
0.6484
Every format
| HEX | #ade0a3 |
| RGB | rgb(173, 224, 163) |
| HSL | hsl(110, 50%, 76%) |
| CMYK | cmyk(23%, 0%, 27%, 12%) |
| LAB | lab(84.4 -27.8 24.7) |
| LCH | lch(84.4 37.2 138.4) |
| OKLCH | oklch(0.856 0.098 140.4) |
Copy-ready code
/* CSS */
color: #ade0a3;
background-color: #ade0a3;
/* Tailwind (arbitrary) */
class="text-[#ade0a3] bg-[#ade0a3]"
/* SCSS */
$brand: #ade0a3;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.639)
/* Android */
Color.parseColor("#ade0a3")Accessibility — WCAG contrast
Aa
#ade0a3 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0a3 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue63.9%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow27.2%
Key (black)12.2%
Color previews
#ade0a3 text on a black background
contrast 13.97:1
Card sample
#ade0a3 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0a3;
Background color
Panel with #ade0a3 background
background-color: #ade0a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0a3; background: linear-gradient(135deg, #ade0a3, #A3E0C2);