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