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