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