#adeec0
a light, vivid green · cool · closest name: aquamarine
RGB
173, 238, 192
HSL
138°, 66%, 81%
CMYK
27, 0, 19, 7
Luminance
0.7384
Every format
| HEX | #adeec0 |
| RGB | rgb(173, 238, 192) |
| HSL | hsl(138, 66%, 81%) |
| CMYK | cmyk(27%, 0%, 19%, 7%) |
| LAB | lab(88.8 -29.5 15.8) |
| LCH | lch(88.8 33.5 151.8) |
| OKLCH | oklch(0.893 0.091 153.5) |
Copy-ready code
/* CSS */
color: #adeec0;
background-color: #adeec0;
/* Tailwind (arbitrary) */
class="text-[#adeec0] bg-[#adeec0]"
/* SCSS */
$brand: #adeec0;
/* SwiftUI */
Color(red: 0.678, green: 0.933, blue: 0.753)
/* Android */
Color.parseColor("#adeec0")Accessibility — WCAG contrast
Aa
#adeec0 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeec0 on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.3%
Blue75.3%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow19.3%
Key (black)6.7%
Color previews
#adeec0 text on a black background
contrast 15.77:1
Card sample
#adeec0 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeec0;
Background color
Panel with #adeec0 background
background-color: #adeec0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeec0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 238, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 238, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeec0; background: linear-gradient(135deg, #adeec0, #ADEEEB);