#adeec6
a light, vivid green · cool · closest name: aquamarine
RGB
173, 238, 198
HSL
143°, 66%, 81%
CMYK
27, 0, 17, 7
Luminance
0.7411
Every format
| HEX | #adeec6 |
| RGB | rgb(173, 238, 198) |
| HSL | hsl(143, 66%, 81%) |
| CMYK | cmyk(27%, 0%, 17%, 7%) |
| LAB | lab(89.0 -28.4 12.9) |
| LCH | lch(89.0 31.2 155.6) |
| OKLCH | oklch(0.895 0.086 157.2) |
Copy-ready code
/* CSS */
color: #adeec6;
background-color: #adeec6;
/* Tailwind (arbitrary) */
class="text-[#adeec6] bg-[#adeec6]"
/* SCSS */
$brand: #adeec6;
/* SwiftUI */
Color(red: 0.678, green: 0.933, blue: 0.776)
/* Android */
Color.parseColor("#adeec6")Accessibility — WCAG contrast
Aa
#adeec6 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeec6 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.3%
Blue77.6%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow16.8%
Key (black)6.7%
Color previews
#adeec6 text on a black background
contrast 15.82:1
Card sample
#adeec6 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeec6;
Background color
Panel with #adeec6 background
background-color: #adeec6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeec6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 238, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 238, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeec6; background: linear-gradient(135deg, #adeec6, #ADEBEE);