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