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