#ade09c
a light, vivid green · cool · closest name: aquamarine
RGB
173, 224, 156
HSL
105°, 52%, 75%
CMYK
23, 0, 30, 12
Luminance
0.6460
Every format
| HEX | #ade09c |
| RGB | rgb(173, 224, 156) |
| HSL | hsl(105, 52%, 75%) |
| CMYK | cmyk(23%, 0%, 30%, 12%) |
| LAB | lab(84.3 -28.9 28.1) |
| LCH | lch(84.3 40.3 135.8) |
| OKLCH | oklch(0.854 0.106 138.0) |
Copy-ready code
/* CSS */
color: #ade09c;
background-color: #ade09c;
/* Tailwind (arbitrary) */
class="text-[#ade09c] bg-[#ade09c]"
/* SCSS */
$brand: #ade09c;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.612)
/* Android */
Color.parseColor("#ade09c")Accessibility — WCAG contrast
Aa
#ade09c on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade09c on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue61.2%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow30.4%
Key (black)12.2%
Color previews
#ade09c text on a black background
contrast 13.92:1
Card sample
#ade09c text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade09c;
Background color
Panel with #ade09c background
background-color: #ade09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade09c; background: linear-gradient(135deg, #ade09c, #9CE0B8);