#ade89c
a light, vivid green · cool · closest name: aquamarine
RGB
173, 232, 156
HSL
107°, 62%, 76%
CMYK
25, 0, 33, 9
Luminance
0.6900
Every format
| HEX | #ade89c |
| RGB | rgb(173, 232, 156) |
| HSL | hsl(107, 62%, 76%) |
| CMYK | cmyk(25%, 0%, 33%, 9%) |
| LAB | lab(86.5 -32.6 31.1) |
| LCH | lch(86.5 45.1 136.4) |
| OKLCH | oklch(0.872 0.118 138.8) |
Copy-ready code
/* CSS */
color: #ade89c;
background-color: #ade89c;
/* Tailwind (arbitrary) */
class="text-[#ade89c] bg-[#ade89c]"
/* SCSS */
$brand: #ade89c;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.612)
/* Android */
Color.parseColor("#ade89c")Accessibility — WCAG contrast
Aa
#ade89c on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade89c on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue61.2%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow32.8%
Key (black)9.0%
Color previews
#ade89c text on a black background
contrast 14.80:1
Card sample
#ade89c text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade89c;
Background color
Panel with #ade89c background
background-color: #ade89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade89c; background: linear-gradient(135deg, #ade89c, #9CE8BE);