#ade5a2
a light, vivid green · cool · closest name: aquamarine
RGB
173, 229, 162
HSL
110°, 56%, 77%
CMYK
25, 0, 29, 10
Luminance
0.6753
Every format
| HEX | #ade5a2 |
| RGB | rgb(173, 229, 162) |
| HSL | hsl(110, 56%, 77%) |
| CMYK | cmyk(25%, 0%, 29%, 10%) |
| LAB | lab(85.8 -30.3 27.1) |
| LCH | lch(85.8 40.6 138.3) |
| OKLCH | oklch(0.867 0.107 140.4) |
Copy-ready code
/* CSS */
color: #ade5a2;
background-color: #ade5a2;
/* Tailwind (arbitrary) */
class="text-[#ade5a2] bg-[#ade5a2]"
/* SCSS */
$brand: #ade5a2;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.635)
/* Android */
Color.parseColor("#ade5a2")Accessibility — WCAG contrast
Aa
#ade5a2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade5a2 on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue63.5%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow29.3%
Key (black)10.2%
Color previews
#ade5a2 text on a black background
contrast 14.51:1
Card sample
#ade5a2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade5a2;
Background color
Panel with #ade5a2 background
background-color: #ade5a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade5a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade5a2; background: linear-gradient(135deg, #ade5a2, #A2E5C4);