#ade1af
a light, vivid green · cool · closest name: aquamarine
RGB
173, 225, 175
HSL
122°, 46%, 78%
CMYK
23, 0, 22, 12
Luminance
0.6583
Every format
| HEX | #ade1af |
| RGB | rgb(173, 225, 175) |
| HSL | hsl(122, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 22%, 12%) |
| LAB | lab(84.9 -26.3 19.1) |
| LCH | lch(84.9 32.5 143.9) |
| OKLCH | oklch(0.861 0.087 145.7) |
Copy-ready code
/* CSS */
color: #ade1af;
background-color: #ade1af;
/* Tailwind (arbitrary) */
class="text-[#ade1af] bg-[#ade1af]"
/* SCSS */
$brand: #ade1af;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.686)
/* Android */
Color.parseColor("#ade1af")Accessibility — WCAG contrast
Aa
#ade1af on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1af on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue68.6%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow22.2%
Key (black)11.8%
Color previews
#ade1af text on a black background
contrast 14.17:1
Card sample
#ade1af text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1af;
Background color
Panel with #ade1af background
background-color: #ade1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1af; background: linear-gradient(135deg, #ade1af, #ADE1D2);