#ade3ad
a light, vivid green · cool · closest name: aquamarine
RGB
173, 227, 173
HSL
120°, 49%, 78%
CMYK
24, 0, 24, 11
Luminance
0.6684
Every format
| HEX | #ade3ad |
| RGB | rgb(173, 227, 173) |
| HSL | hsl(120, 49%, 78%) |
| CMYK | cmyk(24%, 0%, 24%, 11%) |
| LAB | lab(85.4 -27.6 20.9) |
| LCH | lch(85.4 34.6 142.9) |
| OKLCH | oklch(0.865 0.092 144.7) |
Copy-ready code
/* CSS */
color: #ade3ad;
background-color: #ade3ad;
/* Tailwind (arbitrary) */
class="text-[#ade3ad] bg-[#ade3ad]"
/* SCSS */
$brand: #ade3ad;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.678)
/* Android */
Color.parseColor("#ade3ad")Accessibility — WCAG contrast
Aa
#ade3ad on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade3ad on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue67.8%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow23.8%
Key (black)11.0%
Color previews
#ade3ad text on a black background
contrast 14.37:1
Card sample
#ade3ad text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade3ad;
Background color
Panel with #ade3ad background
background-color: #ade3ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade3ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade3ad; background: linear-gradient(135deg, #ade3ad, #ADE3D1);