#ade9be
a light, vivid green · cool · closest name: aquamarine
RGB
173, 233, 190
HSL
137°, 58%, 80%
CMYK
26, 0, 19, 9
Luminance
0.7088
Every format
| HEX | #ade9be |
| RGB | rgb(173, 233, 190) |
| HSL | hsl(137, 58%, 80%) |
| CMYK | cmyk(26%, 0%, 19%, 9%) |
| LAB | lab(87.4 -27.5 14.8) |
| LCH | lch(87.4 31.2 151.6) |
| OKLCH | oklch(0.882 0.085 153.3) |
Copy-ready code
/* CSS */
color: #ade9be;
background-color: #ade9be;
/* Tailwind (arbitrary) */
class="text-[#ade9be] bg-[#ade9be]"
/* SCSS */
$brand: #ade9be;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.745)
/* Android */
Color.parseColor("#ade9be")Accessibility — WCAG contrast
Aa
#ade9be on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade9be on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue74.5%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow18.5%
Key (black)8.6%
Color previews
#ade9be text on a black background
contrast 15.18:1
Card sample
#ade9be text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade9be;
Background color
Panel with #ade9be background
background-color: #ade9be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade9be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade9be; background: linear-gradient(135deg, #ade9be, #ADE9E6);