#adeac8
a light, vivid green · cool · closest name: aquamarine
RGB
173, 234, 200
HSL
147°, 59%, 80%
CMYK
26, 0, 15, 8
Luminance
0.7190
Every format
| HEX | #adeac8 |
| RGB | rgb(173, 234, 200) |
| HSL | hsl(147, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 15%, 8%) |
| LAB | lab(87.9 -26.1 10.3) |
| LCH | lch(87.9 28.1 158.4) |
| OKLCH | oklch(0.886 0.078 159.9) |
Copy-ready code
/* CSS */
color: #adeac8;
background-color: #adeac8;
/* Tailwind (arbitrary) */
class="text-[#adeac8] bg-[#adeac8]"
/* SCSS */
$brand: #adeac8;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.784)
/* Android */
Color.parseColor("#adeac8")Accessibility — WCAG contrast
Aa
#adeac8 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeac8 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue78.4%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow14.5%
Key (black)8.2%
Color previews
#adeac8 text on a black background
contrast 15.38:1
Card sample
#adeac8 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeac8;
Background color
Panel with #adeac8 background
background-color: #adeac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeac8; background: linear-gradient(135deg, #adeac8, #ADE3EA);