#ade7a1
a light, vivid green · cool · closest name: aquamarine
RGB
173, 231, 161
HSL
110°, 59%, 77%
CMYK
25, 0, 30, 9
Luminance
0.6861
Every format
| HEX | #ade7a1 |
| RGB | rgb(173, 231, 161) |
| HSL | hsl(110, 59%, 77%) |
| CMYK | cmyk(25%, 0%, 30%, 9%) |
| LAB | lab(86.3 -31.4 28.3) |
| LCH | lch(86.3 42.3 138.0) |
| OKLCH | oklch(0.871 0.111 140.2) |
Copy-ready code
/* CSS */
color: #ade7a1;
background-color: #ade7a1;
/* Tailwind (arbitrary) */
class="text-[#ade7a1] bg-[#ade7a1]"
/* SCSS */
$brand: #ade7a1;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.631)
/* Android */
Color.parseColor("#ade7a1")Accessibility — WCAG contrast
Aa
#ade7a1 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade7a1 on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue63.1%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow30.3%
Key (black)9.4%
Color previews
#ade7a1 text on a black background
contrast 14.72:1
Card sample
#ade7a1 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade7a1;
Background color
Panel with #ade7a1 background
background-color: #ade7a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade7a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade7a1; background: linear-gradient(135deg, #ade7a1, #A1E7C4);