#acefc0
a light, vivid green · cool · closest name: aquamarine
RGB
172, 239, 192
HSL
138°, 68%, 81%
CMYK
28, 0, 20, 6
Luminance
0.7431
Every format
| HEX | #acefc0 |
| RGB | rgb(172, 239, 192) |
| HSL | hsl(138, 68%, 81%) |
| CMYK | cmyk(28%, 0%, 20%, 6%) |
| LAB | lab(89.1 -30.3 16.1) |
| LCH | lch(89.1 34.3 152.0) |
| OKLCH | oklch(0.895 0.093 153.6) |
Copy-ready code
/* CSS */
color: #acefc0;
background-color: #acefc0;
/* Tailwind (arbitrary) */
class="text-[#acefc0] bg-[#acefc0]"
/* SCSS */
$brand: #acefc0;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.753)
/* Android */
Color.parseColor("#acefc0")Accessibility — WCAG contrast
Aa
#acefc0 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acefc0 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue75.3%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow19.7%
Key (black)6.3%
Color previews
#acefc0 text on a black background
contrast 15.86:1
Card sample
#acefc0 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acefc0;
Background color
Panel with #acefc0 background
background-color: #acefc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acefc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acefc0; background: linear-gradient(135deg, #acefc0, #ACEFED);