#acefd4
a light, vivid green · cool · closest name: aquamarine
RGB
172, 239, 212
HSL
156°, 68%, 81%
CMYK
28, 0, 11, 6
Luminance
0.7526
Every format
| HEX | #acefd4 |
| RGB | rgb(172, 239, 212) |
| HSL | hsl(156, 68%, 81%) |
| CMYK | cmyk(28%, 0%, 11%, 6%) |
| LAB | lab(89.5 -26.4 6.3) |
| LCH | lch(89.5 27.2 166.5) |
| OKLCH | oklch(0.900 0.077 167.7) |
Copy-ready code
/* CSS */
color: #acefd4;
background-color: #acefd4;
/* Tailwind (arbitrary) */
class="text-[#acefd4] bg-[#acefd4]"
/* SCSS */
$brand: #acefd4;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.831)
/* Android */
Color.parseColor("#acefd4")Accessibility — WCAG contrast
Aa
#acefd4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acefd4 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue83.1%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow11.3%
Key (black)6.3%
Color previews
#acefd4 text on a black background
contrast 16.05:1
Card sample
#acefd4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acefd4;
Background color
Panel with #acefd4 background
background-color: #acefd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acefd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acefd4; background: linear-gradient(135deg, #acefd4, #ACDDEF);