#acef8f
a light, electric green · cool · closest name: khaki
RGB
172, 239, 143
HSL
102°, 75%, 75%
CMYK
28, 0, 40, 6
Luminance
0.7249
Every format
| HEX | #acef8f |
| RGB | rgb(172, 239, 143) |
| HSL | hsl(102, 75%, 75%) |
| CMYK | cmyk(28%, 0%, 40%, 6%) |
| LAB | lab(88.2 -38.0 39.9) |
| LCH | lch(88.2 55.1 133.7) |
| OKLCH | oklch(0.885 0.143 136.7) |
Copy-ready code
/* CSS */
color: #acef8f;
background-color: #acef8f;
/* Tailwind (arbitrary) */
class="text-[#acef8f] bg-[#acef8f]"
/* SCSS */
$brand: #acef8f;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.561)
/* Android */
Color.parseColor("#acef8f")Accessibility — WCAG contrast
Aa
#acef8f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef8f on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue56.1%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow40.2%
Key (black)6.3%
Color previews
#acef8f text on a black background
contrast 15.50:1
Card sample
#acef8f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef8f;
Background color
Panel with #acef8f background
background-color: #acef8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef8f; background: linear-gradient(135deg, #acef8f, #8FEFB2);