#ade8bc
a light, vivid green · cool · closest name: aquamarine
RGB
173, 232, 188
HSL
135°, 56%, 79%
CMYK
25, 0, 19, 9
Luminance
0.7023
Every format
| HEX | #ade8bc |
| RGB | rgb(173, 232, 188) |
| HSL | hsl(135, 56%, 79%) |
| CMYK | cmyk(25%, 0%, 19%, 9%) |
| LAB | lab(87.1 -27.4 15.4) |
| LCH | lch(87.1 31.4 150.5) |
| OKLCH | oklch(0.879 0.085 152.2) |
Copy-ready code
/* CSS */
color: #ade8bc;
background-color: #ade8bc;
/* Tailwind (arbitrary) */
class="text-[#ade8bc] bg-[#ade8bc]"
/* SCSS */
$brand: #ade8bc;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.737)
/* Android */
Color.parseColor("#ade8bc")Accessibility — WCAG contrast
Aa
#ade8bc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade8bc on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue73.7%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow19.0%
Key (black)9.0%
Color previews
#ade8bc text on a black background
contrast 15.05:1
Card sample
#ade8bc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade8bc;
Background color
Panel with #ade8bc background
background-color: #ade8bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade8bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade8bc; background: linear-gradient(135deg, #ade8bc, #ADE8E3);