#ade5a8
a light, vivid green · cool · closest name: aquamarine
RGB
173, 229, 168
HSL
115°, 54%, 78%
CMYK
25, 0, 27, 10
Luminance
0.6775
Every format
| HEX | #ade5a8 |
| RGB | rgb(173, 229, 168) |
| HSL | hsl(115, 54%, 78%) |
| CMYK | cmyk(25%, 0%, 27%, 10%) |
| LAB | lab(85.9 -29.4 24.1) |
| LCH | lch(85.9 38.0 140.6) |
| OKLCH | oklch(0.868 0.101 142.6) |
Copy-ready code
/* CSS */
color: #ade5a8;
background-color: #ade5a8;
/* Tailwind (arbitrary) */
class="text-[#ade5a8] bg-[#ade5a8]"
/* SCSS */
$brand: #ade5a8;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.659)
/* Android */
Color.parseColor("#ade5a8")Accessibility — WCAG contrast
Aa
#ade5a8 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade5a8 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue65.9%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow26.6%
Key (black)10.2%
Color previews
#ade5a8 text on a black background
contrast 14.55:1
Card sample
#ade5a8 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade5a8;
Background color
Panel with #ade5a8 background
background-color: #ade5a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade5a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade5a8; background: linear-gradient(135deg, #ade5a8, #A8E5CC);