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