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