#acefd8
a light, vivid green · cool · closest name: aquamarine
RGB
172, 239, 216
HSL
159°, 68%, 81%
CMYK
28, 0, 10, 6
Luminance
0.7546
Every format
| HEX | #acefd8 |
| RGB | rgb(172, 239, 216) |
| HSL | hsl(159, 68%, 81%) |
| CMYK | cmyk(28%, 0%, 10%, 6%) |
| LAB | lab(89.6 -25.6 4.4) |
| LCH | lch(89.6 26.0 170.3) |
| OKLCH | oklch(0.901 0.074 171.3) |
Copy-ready code
/* CSS */
color: #acefd8;
background-color: #acefd8;
/* Tailwind (arbitrary) */
class="text-[#acefd8] bg-[#acefd8]"
/* SCSS */
$brand: #acefd8;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.847)
/* Android */
Color.parseColor("#acefd8")Accessibility — WCAG contrast
Aa
#acefd8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acefd8 on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue84.7%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow9.6%
Key (black)6.3%
Color previews
#acefd8 text on a black background
contrast 16.09:1
Card sample
#acefd8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acefd8;
Background color
Panel with #acefd8 background
background-color: #acefd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acefd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acefd8; background: linear-gradient(135deg, #acefd8, #ACD9EF);