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