#ade39a
a light, vivid green · cool · closest name: aquamarine
RGB
173, 227, 154
HSL
104°, 57%, 75%
CMYK
24, 0, 32, 11
Luminance
0.6616
Every format
| HEX | #ade39a |
| RGB | rgb(173, 227, 154) |
| HSL | hsl(104, 57%, 75%) |
| CMYK | cmyk(24%, 0%, 32%, 11%) |
| LAB | lab(85.1 -30.6 30.2) |
| LCH | lch(85.1 43.0 135.4) |
| OKLCH | oklch(0.861 0.113 137.8) |
Copy-ready code
/* CSS */
color: #ade39a;
background-color: #ade39a;
/* Tailwind (arbitrary) */
class="text-[#ade39a] bg-[#ade39a]"
/* SCSS */
$brand: #ade39a;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.604)
/* Android */
Color.parseColor("#ade39a")Accessibility — WCAG contrast
Aa
#ade39a on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade39a on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue60.4%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow32.2%
Key (black)11.0%
Color previews
#ade39a text on a black background
contrast 14.23:1
Card sample
#ade39a text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade39a;
Background color
Panel with #ade39a background
background-color: #ade39a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade39a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade39a; background: linear-gradient(135deg, #ade39a, #9AE3B8);