#ade6ac
a light, vivid green · cool · closest name: aquamarine
RGB
173, 230, 172
HSL
119°, 54%, 79%
CMYK
25, 0, 25, 10
Luminance
0.6846
Every format
| HEX | #ade6ac |
| RGB | rgb(173, 230, 172) |
| HSL | hsl(119, 54%, 79%) |
| CMYK | cmyk(25%, 0%, 25%, 10%) |
| LAB | lab(86.2 -29.2 22.5) |
| LCH | lch(86.2 36.9 142.3) |
| OKLCH | oklch(0.871 0.098 144.3) |
Copy-ready code
/* CSS */
color: #ade6ac;
background-color: #ade6ac;
/* Tailwind (arbitrary) */
class="text-[#ade6ac] bg-[#ade6ac]"
/* SCSS */
$brand: #ade6ac;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.675)
/* Android */
Color.parseColor("#ade6ac")Accessibility — WCAG contrast
Aa
#ade6ac on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade6ac on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue67.5%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow25.2%
Key (black)9.8%
Color previews
#ade6ac text on a black background
contrast 14.69:1
Card sample
#ade6ac text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade6ac;
Background color
Panel with #ade6ac background
background-color: #ade6ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade6ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade6ac; background: linear-gradient(135deg, #ade6ac, #ACE6D2);