#adeecb
a light, vivid green · cool · closest name: aquamarine
RGB
173, 238, 203
HSL
148°, 66%, 81%
CMYK
27, 0, 15, 7
Luminance
0.7435
Every format
| HEX | #adeecb |
| RGB | rgb(173, 238, 203) |
| HSL | hsl(148, 66%, 81%) |
| CMYK | cmyk(27%, 0%, 15%, 7%) |
| LAB | lab(89.1 -27.4 10.4) |
| LCH | lch(89.1 29.4 159.2) |
| OKLCH | oklch(0.896 0.081 160.7) |
Copy-ready code
/* CSS */
color: #adeecb;
background-color: #adeecb;
/* Tailwind (arbitrary) */
class="text-[#adeecb] bg-[#adeecb]"
/* SCSS */
$brand: #adeecb;
/* SwiftUI */
Color(red: 0.678, green: 0.933, blue: 0.796)
/* Android */
Color.parseColor("#adeecb")Accessibility — WCAG contrast
Aa
#adeecb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeecb on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.3%
Blue79.6%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow14.7%
Key (black)6.7%
Color previews
#adeecb text on a black background
contrast 15.87:1
Card sample
#adeecb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeecb;
Background color
Panel with #adeecb background
background-color: #adeecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 238, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 238, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeecb; background: linear-gradient(135deg, #adeecb, #ADE6EE);