#ade2b5
a light, vivid green · cool · closest name: aquamarine
RGB
173, 226, 181
HSL
129°, 48%, 78%
CMYK
24, 0, 20, 11
Luminance
0.6661
Every format
| HEX | #ade2b5 |
| RGB | rgb(173, 226, 181) |
| HSL | hsl(129, 48%, 78%) |
| CMYK | cmyk(24%, 0%, 20%, 11%) |
| LAB | lab(85.3 -25.7 16.6) |
| LCH | lch(85.3 30.6 147.2) |
| OKLCH | oklch(0.864 0.083 148.9) |
Copy-ready code
/* CSS */
color: #ade2b5;
background-color: #ade2b5;
/* Tailwind (arbitrary) */
class="text-[#ade2b5] bg-[#ade2b5]"
/* SCSS */
$brand: #ade2b5;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.710)
/* Android */
Color.parseColor("#ade2b5")Accessibility — WCAG contrast
Aa
#ade2b5 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade2b5 on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue71.0%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow19.9%
Key (black)11.4%
Color previews
#ade2b5 text on a black background
contrast 14.32:1
Card sample
#ade2b5 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade2b5;
Background color
Panel with #ade2b5 background
background-color: #ade2b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade2b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade2b5; background: linear-gradient(135deg, #ade2b5, #ADE2D8);