#ade0b7
a light, vivid green · cool · closest name: aquamarine
RGB
173, 224, 183
HSL
132°, 45%, 78%
CMYK
23, 0, 18, 12
Luminance
0.6561
Every format
| HEX | #ade0b7 |
| RGB | rgb(173, 224, 183) |
| HSL | hsl(132, 45%, 78%) |
| CMYK | cmyk(23%, 0%, 18%, 12%) |
| LAB | lab(84.8 -24.4 14.8) |
| LCH | lch(84.8 28.5 148.7) |
| OKLCH | oklch(0.860 0.077 150.4) |
Copy-ready code
/* CSS */
color: #ade0b7;
background-color: #ade0b7;
/* Tailwind (arbitrary) */
class="text-[#ade0b7] bg-[#ade0b7]"
/* SCSS */
$brand: #ade0b7;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.718)
/* Android */
Color.parseColor("#ade0b7")Accessibility — WCAG contrast
Aa
#ade0b7 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0b7 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue71.8%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow18.3%
Key (black)12.2%
Color previews
#ade0b7 text on a black background
contrast 14.12:1
Card sample
#ade0b7 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0b7;
Background color
Panel with #ade0b7 background
background-color: #ade0b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0b7; background: linear-gradient(135deg, #ade0b7, #ADE0D9);