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