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