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