#ade1b5
a light, vivid green · cool · closest name: aquamarine
RGB
173, 225, 181
HSL
129°, 46%, 78%
CMYK
23, 0, 20, 12
Luminance
0.6607
Every format
| HEX | #ade1b5 |
| RGB | rgb(173, 225, 181) |
| HSL | hsl(129, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 20%, 12%) |
| LAB | lab(85.0 -25.2 16.2) |
| LCH | lch(85.0 30.0 147.3) |
| OKLCH | oklch(0.862 0.081 149.1) |
Copy-ready code
/* CSS */
color: #ade1b5;
background-color: #ade1b5;
/* Tailwind (arbitrary) */
class="text-[#ade1b5] bg-[#ade1b5]"
/* SCSS */
$brand: #ade1b5;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.710)
/* Android */
Color.parseColor("#ade1b5")Accessibility — WCAG contrast
Aa
#ade1b5 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1b5 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue71.0%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow19.6%
Key (black)11.8%
Color previews
#ade1b5 text on a black background
contrast 14.21:1
Card sample
#ade1b5 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1b5;
Background color
Panel with #ade1b5 background
background-color: #ade1b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1b5; background: linear-gradient(135deg, #ade1b5, #ADE1D8);