#ade7a4
a light, vivid green · cool · closest name: aquamarine
RGB
173, 231, 164
HSL
112°, 58%, 78%
CMYK
25, 0, 29, 9
Luminance
0.6872
Every format
| HEX | #ade7a4 |
| RGB | rgb(173, 231, 164) |
| HSL | hsl(112, 58%, 78%) |
| CMYK | cmyk(25%, 0%, 29%, 9%) |
| LAB | lab(86.4 -30.9 26.8) |
| LCH | lch(86.4 41.0 139.1) |
| OKLCH | oklch(0.872 0.108 141.2) |
Copy-ready code
/* CSS */
color: #ade7a4;
background-color: #ade7a4;
/* Tailwind (arbitrary) */
class="text-[#ade7a4] bg-[#ade7a4]"
/* SCSS */
$brand: #ade7a4;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.643)
/* Android */
Color.parseColor("#ade7a4")Accessibility — WCAG contrast
Aa
#ade7a4 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade7a4 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue64.3%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow29.0%
Key (black)9.4%
Color previews
#ade7a4 text on a black background
contrast 14.74:1
Card sample
#ade7a4 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade7a4;
Background color
Panel with #ade7a4 background
background-color: #ade7a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade7a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade7a4; background: linear-gradient(135deg, #ade7a4, #A4E7C8);