#ade5bb
a light, vivid green · cool · closest name: aquamarine
RGB
173, 229, 187
HSL
135°, 52%, 79%
CMYK
25, 0, 18, 10
Luminance
0.6851
Every format
| HEX | #ade5bb |
| RGB | rgb(173, 229, 187) |
| HSL | hsl(135, 52%, 79%) |
| CMYK | cmyk(25%, 0%, 18%, 10%) |
| LAB | lab(86.3 -26.1 14.8) |
| LCH | lch(86.3 30.0 150.5) |
| OKLCH | oklch(0.872 0.081 152.2) |
Copy-ready code
/* CSS */
color: #ade5bb;
background-color: #ade5bb;
/* Tailwind (arbitrary) */
class="text-[#ade5bb] bg-[#ade5bb]"
/* SCSS */
$brand: #ade5bb;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.733)
/* Android */
Color.parseColor("#ade5bb")Accessibility — WCAG contrast
Aa
#ade5bb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade5bb on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue73.3%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow18.3%
Key (black)10.2%
Color previews
#ade5bb text on a black background
contrast 14.70:1
Card sample
#ade5bb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade5bb;
Background color
Panel with #ade5bb background
background-color: #ade5bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade5bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade5bb; background: linear-gradient(135deg, #ade5bb, #ADE5E0);