#acef9f
a light, vivid green · cool · closest name: aquamarine
RGB
172, 239, 159
HSL
110°, 71%, 78%
CMYK
28, 0, 34, 6
Luminance
0.7301
Every format
| HEX | #acef9f |
| RGB | rgb(172, 239, 159) |
| HSL | hsl(110, 71%, 78%) |
| CMYK | cmyk(28%, 0%, 34%, 6%) |
| LAB | lab(88.5 -35.8 32.2) |
| LCH | lch(88.5 48.1 138.0) |
| OKLCH | oklch(0.888 0.126 140.5) |
Copy-ready code
/* CSS */
color: #acef9f;
background-color: #acef9f;
/* Tailwind (arbitrary) */
class="text-[#acef9f] bg-[#acef9f]"
/* SCSS */
$brand: #acef9f;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.624)
/* Android */
Color.parseColor("#acef9f")Accessibility — WCAG contrast
Aa
#acef9f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef9f on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue62.4%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow33.5%
Key (black)6.3%
Color previews
#acef9f text on a black background
contrast 15.60:1
Card sample
#acef9f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef9f;
Background color
Panel with #acef9f background
background-color: #acef9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef9f; background: linear-gradient(135deg, #acef9f, #9FEFC7);