#ade0b2
a light, vivid green · cool · closest name: aquamarine
RGB
173, 224, 178
HSL
126°, 45%, 78%
CMYK
23, 0, 21, 12
Luminance
0.6541
Every format
| HEX | #ade0b2 |
| RGB | rgb(173, 224, 178) |
| HSL | hsl(126, 45%, 78%) |
| CMYK | cmyk(23%, 0%, 21%, 12%) |
| LAB | lab(84.7 -25.3 17.3) |
| LCH | lch(84.7 30.6 145.7) |
| OKLCH | oklch(0.859 0.082 147.4) |
Copy-ready code
/* CSS */
color: #ade0b2;
background-color: #ade0b2;
/* Tailwind (arbitrary) */
class="text-[#ade0b2] bg-[#ade0b2]"
/* SCSS */
$brand: #ade0b2;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.698)
/* Android */
Color.parseColor("#ade0b2")Accessibility — WCAG contrast
Aa
#ade0b2 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0b2 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue69.8%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow20.5%
Key (black)12.2%
Color previews
#ade0b2 text on a black background
contrast 14.08:1
Card sample
#ade0b2 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0b2;
Background color
Panel with #ade0b2 background
background-color: #ade0b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0b2; background: linear-gradient(135deg, #ade0b2, #ADE0D4);