#ade19a
a light, vivid green · cool · closest name: aquamarine
RGB
173, 225, 154
HSL
104°, 54%, 74%
CMYK
23, 0, 32, 12
Luminance
0.6507
Every format
| HEX | #ade19a |
| RGB | rgb(173, 225, 154) |
| HSL | hsl(104, 54%, 74%) |
| CMYK | cmyk(23%, 0%, 32%, 12%) |
| LAB | lab(84.5 -29.7 29.5) |
| LCH | lch(84.5 41.8 135.2) |
| OKLCH | oklch(0.856 0.110 137.5) |
Copy-ready code
/* CSS */
color: #ade19a;
background-color: #ade19a;
/* Tailwind (arbitrary) */
class="text-[#ade19a] bg-[#ade19a]"
/* SCSS */
$brand: #ade19a;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.604)
/* Android */
Color.parseColor("#ade19a")Accessibility — WCAG contrast
Aa
#ade19a on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade19a on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue60.4%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow31.6%
Key (black)11.8%
Color previews
#ade19a text on a black background
contrast 14.01:1
Card sample
#ade19a text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade19a;
Background color
Panel with #ade19a background
background-color: #ade19a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade19a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade19a; background: linear-gradient(135deg, #ade19a, #9AE1B6);