#ade8a8
a light, vivid green · cool · closest name: aquamarine
RGB
173, 232, 168
HSL
115°, 58%, 78%
CMYK
25, 0, 28, 9
Luminance
0.6942
Every format
| HEX | #ade8a8 |
| RGB | rgb(173, 232, 168) |
| HSL | hsl(115, 58%, 78%) |
| CMYK | cmyk(25%, 0%, 28%, 9%) |
| LAB | lab(86.7 -30.8 25.3) |
| LCH | lch(86.7 39.8 140.6) |
| OKLCH | oklch(0.875 0.105 142.7) |
Copy-ready code
/* CSS */
color: #ade8a8;
background-color: #ade8a8;
/* Tailwind (arbitrary) */
class="text-[#ade8a8] bg-[#ade8a8]"
/* SCSS */
$brand: #ade8a8;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.659)
/* Android */
Color.parseColor("#ade8a8")Accessibility — WCAG contrast
Aa
#ade8a8 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade8a8 on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue65.9%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow27.6%
Key (black)9.0%
Color previews
#ade8a8 text on a black background
contrast 14.88:1
Card sample
#ade8a8 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade8a8;
Background color
Panel with #ade8a8 background
background-color: #ade8a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade8a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade8a8; background: linear-gradient(135deg, #ade8a8, #A8E8CE);