#ade0a0
a light, vivid green · cool · closest name: aquamarine
RGB
173, 224, 160
HSL
108°, 51%, 75%
CMYK
23, 0, 29, 12
Luminance
0.6473
Every format
| HEX | #ade0a0 |
| RGB | rgb(173, 224, 160) |
| HSL | hsl(108, 51%, 75%) |
| CMYK | cmyk(23%, 0%, 29%, 12%) |
| LAB | lab(84.3 -28.3 26.2) |
| LCH | lch(84.3 38.5 137.2) |
| OKLCH | oklch(0.855 0.101 139.4) |
Copy-ready code
/* CSS */
color: #ade0a0;
background-color: #ade0a0;
/* Tailwind (arbitrary) */
class="text-[#ade0a0] bg-[#ade0a0]"
/* SCSS */
$brand: #ade0a0;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.627)
/* Android */
Color.parseColor("#ade0a0")Accessibility — WCAG contrast
Aa
#ade0a0 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0a0 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue62.7%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow28.6%
Key (black)12.2%
Color previews
#ade0a0 text on a black background
contrast 13.95:1
Card sample
#ade0a0 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0a0;
Background color
Panel with #ade0a0 background
background-color: #ade0a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0a0; background: linear-gradient(135deg, #ade0a0, #A0E0BE);