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