#ade1ac
a light, vivid green · cool · closest name: aquamarine
RGB
173, 225, 172
HSL
119°, 47%, 78%
CMYK
23, 0, 24, 12
Luminance
0.6571
Every format
| HEX | #ade1ac |
| RGB | rgb(173, 225, 172) |
| HSL | hsl(119, 47%, 78%) |
| CMYK | cmyk(23%, 0%, 24%, 12%) |
| LAB | lab(84.8 -26.8 20.6) |
| LCH | lch(84.8 33.8 142.4) |
| OKLCH | oklch(0.860 0.090 144.3) |
Copy-ready code
/* CSS */
color: #ade1ac;
background-color: #ade1ac;
/* Tailwind (arbitrary) */
class="text-[#ade1ac] bg-[#ade1ac]"
/* SCSS */
$brand: #ade1ac;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.675)
/* Android */
Color.parseColor("#ade1ac")Accessibility — WCAG contrast
Aa
#ade1ac on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1ac on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue67.5%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow23.6%
Key (black)11.8%
Color previews
#ade1ac text on a black background
contrast 14.14:1
Card sample
#ade1ac text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1ac;
Background color
Panel with #ade1ac background
background-color: #ade1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1ac; background: linear-gradient(135deg, #ade1ac, #ACE1CE);