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