#acef9d
a light, vivid green · cool · closest name: aquamarine
RGB
172, 239, 157
HSL
109°, 72%, 78%
CMYK
28, 0, 34, 6
Luminance
0.7294
Every format
| HEX | #acef9d |
| RGB | rgb(172, 239, 157) |
| HSL | hsl(109, 72%, 78%) |
| CMYK | cmyk(28%, 0%, 34%, 6%) |
| LAB | lab(88.4 -36.0 33.1) |
| LCH | lch(88.4 49.0 137.4) |
| OKLCH | oklch(0.887 0.129 139.9) |
Copy-ready code
/* CSS */
color: #acef9d;
background-color: #acef9d;
/* Tailwind (arbitrary) */
class="text-[#acef9d] bg-[#acef9d]"
/* SCSS */
$brand: #acef9d;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.616)
/* Android */
Color.parseColor("#acef9d")Accessibility — WCAG contrast
Aa
#acef9d on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef9d on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue61.6%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow34.3%
Key (black)6.3%
Color previews
#acef9d text on a black background
contrast 15.59:1
Card sample
#acef9d text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef9d;
Background color
Panel with #acef9d background
background-color: #acef9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef9d; background: linear-gradient(135deg, #acef9d, #9DEFC5);