#ade7ca
a light, vivid green · cool · closest name: aquamarine
RGB
173, 231, 202
HSL
150°, 55%, 79%
CMYK
25, 0, 13, 9
Luminance
0.7030
Every format
| HEX | #ade7ca |
| RGB | rgb(173, 231, 202) |
| HSL | hsl(150, 55%, 79%) |
| CMYK | cmyk(25%, 0%, 13%, 9%) |
| LAB | lab(87.1 -24.3 8.2) |
| LCH | lch(87.1 25.6 161.4) |
| OKLCH | oklch(0.880 0.071 162.8) |
Copy-ready code
/* CSS */
color: #ade7ca;
background-color: #ade7ca;
/* Tailwind (arbitrary) */
class="text-[#ade7ca] bg-[#ade7ca]"
/* SCSS */
$brand: #ade7ca;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.792)
/* Android */
Color.parseColor("#ade7ca")Accessibility — WCAG contrast
Aa
#ade7ca on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade7ca on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue79.2%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow12.6%
Key (black)9.4%
Color previews
#ade7ca text on a black background
contrast 15.06:1
Card sample
#ade7ca text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade7ca;
Background color
Panel with #ade7ca background
background-color: #ade7ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade7ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade7ca; background: linear-gradient(135deg, #ade7ca, #ADDDE7);