#ade8a5
a light, vivid green · cool · closest name: aquamarine
RGB
173, 232, 165
HSL
113°, 59%, 78%
CMYK
25, 0, 29, 9
Luminance
0.6931
Every format
| HEX | #ade8a5 |
| RGB | rgb(173, 232, 165) |
| HSL | hsl(113, 59%, 78%) |
| CMYK | cmyk(25%, 0%, 29%, 9%) |
| LAB | lab(86.7 -31.3 26.7) |
| LCH | lch(86.7 41.1 139.5) |
| OKLCH | oklch(0.874 0.109 141.6) |
Copy-ready code
/* CSS */
color: #ade8a5;
background-color: #ade8a5;
/* Tailwind (arbitrary) */
class="text-[#ade8a5] bg-[#ade8a5]"
/* SCSS */
$brand: #ade8a5;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.647)
/* Android */
Color.parseColor("#ade8a5")Accessibility — WCAG contrast
Aa
#ade8a5 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade8a5 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue64.7%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow28.9%
Key (black)9.0%
Color previews
#ade8a5 text on a black background
contrast 14.86:1
Card sample
#ade8a5 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade8a5;
Background color
Panel with #ade8a5 background
background-color: #ade8a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade8a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade8a5; background: linear-gradient(135deg, #ade8a5, #A5E8CA);