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