#ade1a3
a light, vivid green · cool · closest name: aquamarine
RGB
173, 225, 163
HSL
110°, 51%, 76%
CMYK
23, 0, 28, 12
Luminance
0.6538
Every format
| HEX | #ade1a3 |
| RGB | rgb(173, 225, 163) |
| HSL | hsl(110, 51%, 76%) |
| CMYK | cmyk(23%, 0%, 28%, 12%) |
| LAB | lab(84.7 -28.3 25.1) |
| LCH | lch(84.7 37.8 138.4) |
| OKLCH | oklch(0.858 0.100 140.5) |
Copy-ready code
/* CSS */
color: #ade1a3;
background-color: #ade1a3;
/* Tailwind (arbitrary) */
class="text-[#ade1a3] bg-[#ade1a3]"
/* SCSS */
$brand: #ade1a3;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.639)
/* Android */
Color.parseColor("#ade1a3")Accessibility — WCAG contrast
Aa
#ade1a3 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1a3 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue63.9%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow27.6%
Key (black)11.8%
Color previews
#ade1a3 text on a black background
contrast 14.08:1
Card sample
#ade1a3 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1a3;
Background color
Panel with #ade1a3 background
background-color: #ade1a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1a3; background: linear-gradient(135deg, #ade1a3, #A3E1C2);