#ade2b8
a light, vivid green · cool · closest name: aquamarine
RGB
173, 226, 184
HSL
133°, 48%, 78%
CMYK
24, 0, 19, 11
Luminance
0.6674
Every format
| HEX | #ade2b8 |
| RGB | rgb(173, 226, 184) |
| HSL | hsl(133, 48%, 78%) |
| CMYK | cmyk(24%, 0%, 19%, 11%) |
| LAB | lab(85.4 -25.2 15.1) |
| LCH | lch(85.4 29.4 149.1) |
| OKLCH | oklch(0.865 0.080 150.8) |
Copy-ready code
/* CSS */
color: #ade2b8;
background-color: #ade2b8;
/* Tailwind (arbitrary) */
class="text-[#ade2b8] bg-[#ade2b8]"
/* SCSS */
$brand: #ade2b8;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.722)
/* Android */
Color.parseColor("#ade2b8")Accessibility — WCAG contrast
Aa
#ade2b8 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade2b8 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue72.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow18.6%
Key (black)11.4%
Color previews
#ade2b8 text on a black background
contrast 14.35:1
Card sample
#ade2b8 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade2b8;
Background color
Panel with #ade2b8 background
background-color: #ade2b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade2b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade2b8; background: linear-gradient(135deg, #ade2b8, #ADE2DB);