#ade7a9
a light, vivid green · cool · closest name: aquamarine
RGB
173, 231, 169
HSL
116°, 56%, 78%
CMYK
25, 0, 27, 9
Luminance
0.6890
Every format
| HEX | #ade7a9 |
| RGB | rgb(173, 231, 169) |
| HSL | hsl(116, 56%, 78%) |
| CMYK | cmyk(25%, 0%, 27%, 9%) |
| LAB | lab(86.5 -30.1 24.4) |
| LCH | lch(86.5 38.8 141.0) |
| OKLCH | oklch(0.873 0.103 143.0) |
Copy-ready code
/* CSS */
color: #ade7a9;
background-color: #ade7a9;
/* Tailwind (arbitrary) */
class="text-[#ade7a9] bg-[#ade7a9]"
/* SCSS */
$brand: #ade7a9;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.663)
/* Android */
Color.parseColor("#ade7a9")Accessibility — WCAG contrast
Aa
#ade7a9 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade7a9 on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue66.3%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow26.8%
Key (black)9.4%
Color previews
#ade7a9 text on a black background
contrast 14.78:1
Card sample
#ade7a9 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade7a9;
Background color
Panel with #ade7a9 background
background-color: #ade7a9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade7a9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade7a9; background: linear-gradient(135deg, #ade7a9, #A9E7CE);