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