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