#ade3a5
a light, vivid green · cool · closest name: aquamarine
RGB
173, 227, 165
HSL
112°, 53%, 77%
CMYK
24, 0, 27, 11
Luminance
0.6654
Every format
| HEX | #ade3a5 |
| RGB | rgb(173, 227, 165) |
| HSL | hsl(112, 53%, 77%) |
| CMYK | cmyk(24%, 0%, 27%, 11%) |
| LAB | lab(85.3 -28.9 24.8) |
| LCH | lch(85.3 38.1 139.3) |
| OKLCH | oklch(0.863 0.101 141.4) |
Copy-ready code
/* CSS */
color: #ade3a5;
background-color: #ade3a5;
/* Tailwind (arbitrary) */
class="text-[#ade3a5] bg-[#ade3a5]"
/* SCSS */
$brand: #ade3a5;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.647)
/* Android */
Color.parseColor("#ade3a5")Accessibility — WCAG contrast
Aa
#ade3a5 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade3a5 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue64.7%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow27.3%
Key (black)11.0%
Color previews
#ade3a5 text on a black background
contrast 14.31:1
Card sample
#ade3a5 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade3a5;
Background color
Panel with #ade3a5 background
background-color: #ade3a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade3a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade3a5; background: linear-gradient(135deg, #ade3a5, #A5E3C6);