#ade0a6
a light, vivid green · cool · closest name: aquamarine
RGB
173, 224, 166
HSL
113°, 48%, 77%
CMYK
23, 0, 26, 12
Luminance
0.6495
Every format
| HEX | #ade0a6 |
| RGB | rgb(173, 224, 166) |
| HSL | hsl(113, 48%, 77%) |
| CMYK | cmyk(23%, 0%, 26%, 12%) |
| LAB | lab(84.5 -27.3 23.2) |
| LCH | lch(84.5 35.8 139.6) |
| OKLCH | oklch(0.856 0.095 141.6) |
Copy-ready code
/* CSS */
color: #ade0a6;
background-color: #ade0a6;
/* Tailwind (arbitrary) */
class="text-[#ade0a6] bg-[#ade0a6]"
/* SCSS */
$brand: #ade0a6;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.651)
/* Android */
Color.parseColor("#ade0a6")Accessibility — WCAG contrast
Aa
#ade0a6 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0a6 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue65.1%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow25.9%
Key (black)12.2%
Color previews
#ade0a6 text on a black background
contrast 13.99:1
Card sample
#ade0a6 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0a6;
Background color
Panel with #ade0a6 background
background-color: #ade0a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0a6; background: linear-gradient(135deg, #ade0a6, #A6E0C6);