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