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