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