#ade1ba
a light, vivid green · cool · closest name: aquamarine
RGB
173, 225, 186
HSL
135°, 46%, 78%
CMYK
23, 0, 17, 12
Luminance
0.6628
Every format
| HEX | #ade1ba |
| RGB | rgb(173, 225, 186) |
| HSL | hsl(135, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 17%, 12%) |
| LAB | lab(85.1 -24.4 13.7) |
| LCH | lch(85.1 27.9 150.6) |
| OKLCH | oklch(0.863 0.076 152.3) |
Copy-ready code
/* CSS */
color: #ade1ba;
background-color: #ade1ba;
/* Tailwind (arbitrary) */
class="text-[#ade1ba] bg-[#ade1ba]"
/* SCSS */
$brand: #ade1ba;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.729)
/* Android */
Color.parseColor("#ade1ba")Accessibility — WCAG contrast
Aa
#ade1ba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1ba on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue72.9%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow17.3%
Key (black)11.8%
Color previews
#ade1ba text on a black background
contrast 14.26:1
Card sample
#ade1ba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1ba;
Background color
Panel with #ade1ba background
background-color: #ade1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1ba; background: linear-gradient(135deg, #ade1ba, #ADE1DD);