#ade99f
a light, vivid green · cool · closest name: aquamarine
RGB
173, 233, 159
HSL
109°, 63%, 77%
CMYK
26, 0, 32, 9
Luminance
0.6967
Every format
| HEX | #ade99f |
| RGB | rgb(173, 233, 159) |
| HSL | hsl(109, 63%, 77%) |
| CMYK | cmyk(26%, 0%, 32%, 9%) |
| LAB | lab(86.8 -32.7 30.0) |
| LCH | lch(86.8 44.4 137.4) |
| OKLCH | oklch(0.875 0.117 139.8) |
Copy-ready code
/* CSS */
color: #ade99f;
background-color: #ade99f;
/* Tailwind (arbitrary) */
class="text-[#ade99f] bg-[#ade99f]"
/* SCSS */
$brand: #ade99f;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.624)
/* Android */
Color.parseColor("#ade99f")Accessibility — WCAG contrast
Aa
#ade99f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade99f on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue62.4%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow31.8%
Key (black)8.6%
Color previews
#ade99f text on a black background
contrast 14.93:1
Card sample
#ade99f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade99f;
Background color
Panel with #ade99f background
background-color: #ade99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade99f; background: linear-gradient(135deg, #ade99f, #9FE9C2);