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