#ade3bc
a light, vivid green · cool · closest name: aquamarine
RGB
173, 227, 188
HSL
137°, 49%, 78%
CMYK
24, 0, 17, 11
Luminance
0.6745
Every format
| HEX | #ade3bc |
| RGB | rgb(173, 227, 188) |
| HSL | hsl(137, 49%, 78%) |
| CMYK | cmyk(24%, 0%, 17%, 11%) |
| LAB | lab(85.7 -24.9 13.5) |
| LCH | lch(85.7 28.4 151.6) |
| OKLCH | oklch(0.868 0.077 153.2) |
Copy-ready code
/* CSS */
color: #ade3bc;
background-color: #ade3bc;
/* Tailwind (arbitrary) */
class="text-[#ade3bc] bg-[#ade3bc]"
/* SCSS */
$brand: #ade3bc;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.737)
/* Android */
Color.parseColor("#ade3bc")Accessibility — WCAG contrast
Aa
#ade3bc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade3bc on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue73.7%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow17.2%
Key (black)11.0%
Color previews
#ade3bc text on a black background
contrast 14.49:1
Card sample
#ade3bc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade3bc;
Background color
Panel with #ade3bc background
background-color: #ade3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade3bc; background: linear-gradient(135deg, #ade3bc, #ADE3E0);