#ade5ba
a light, vivid green · cool · closest name: aquamarine
RGB
173, 229, 186
HSL
134°, 52%, 79%
CMYK
25, 0, 19, 10
Luminance
0.6847
Every format
| HEX | #ade5ba |
| RGB | rgb(173, 229, 186) |
| HSL | hsl(134, 52%, 79%) |
| CMYK | cmyk(25%, 0%, 19%, 10%) |
| LAB | lab(86.2 -26.3 15.3) |
| LCH | lch(86.2 30.4 149.8) |
| OKLCH | oklch(0.872 0.082 151.5) |
Copy-ready code
/* CSS */
color: #ade5ba;
background-color: #ade5ba;
/* Tailwind (arbitrary) */
class="text-[#ade5ba] bg-[#ade5ba]"
/* SCSS */
$brand: #ade5ba;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.729)
/* Android */
Color.parseColor("#ade5ba")Accessibility — WCAG contrast
Aa
#ade5ba on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade5ba on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue72.9%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow18.8%
Key (black)10.2%
Color previews
#ade5ba text on a black background
contrast 14.69:1
Card sample
#ade5ba text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade5ba;
Background color
Panel with #ade5ba background
background-color: #ade5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade5ba; background: linear-gradient(135deg, #ade5ba, #ADE5DF);