#ade49b
a light, vivid green · cool · closest name: aquamarine
RGB
173, 228, 155
HSL
105°, 58%, 75%
CMYK
24, 0, 32, 11
Luminance
0.6674
Every format
| HEX | #ade49b |
| RGB | rgb(173, 228, 155) |
| HSL | hsl(105, 58%, 75%) |
| CMYK | cmyk(24%, 0%, 32%, 11%) |
| LAB | lab(85.4 -30.9 30.1) |
| LCH | lch(85.4 43.2 135.8) |
| OKLCH | oklch(0.863 0.113 138.2) |
Copy-ready code
/* CSS */
color: #ade49b;
background-color: #ade49b;
/* Tailwind (arbitrary) */
class="text-[#ade49b] bg-[#ade49b]"
/* SCSS */
$brand: #ade49b;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.608)
/* Android */
Color.parseColor("#ade49b")Accessibility — WCAG contrast
Aa
#ade49b on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade49b on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue60.8%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow32.0%
Key (black)10.6%
Color previews
#ade49b text on a black background
contrast 14.35:1
Card sample
#ade49b text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade49b;
Background color
Panel with #ade49b background
background-color: #ade49b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade49b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade49b; background: linear-gradient(135deg, #ade49b, #9BE4BA);