#ade39f
a light, vivid green · cool · closest name: aquamarine
RGB
173, 227, 159
HSL
108°, 55%, 76%
CMYK
24, 0, 30, 11
Luminance
0.6633
Every format
| HEX | #ade39f |
| RGB | rgb(173, 227, 159) |
| HSL | hsl(108, 55%, 76%) |
| CMYK | cmyk(24%, 0%, 30%, 11%) |
| LAB | lab(85.2 -29.9 27.8) |
| LCH | lch(85.2 40.8 137.1) |
| OKLCH | oklch(0.862 0.107 139.3) |
Copy-ready code
/* CSS */
color: #ade39f;
background-color: #ade39f;
/* Tailwind (arbitrary) */
class="text-[#ade39f] bg-[#ade39f]"
/* SCSS */
$brand: #ade39f;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.624)
/* Android */
Color.parseColor("#ade39f")Accessibility — WCAG contrast
Aa
#ade39f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade39f on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue62.4%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow30.0%
Key (black)11.0%
Color previews
#ade39f text on a black background
contrast 14.27:1
Card sample
#ade39f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade39f;
Background color
Panel with #ade39f background
background-color: #ade39f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade39f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade39f; background: linear-gradient(135deg, #ade39f, #9FE3BE);