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