#acef75
a light, electric green · cool · closest name: khaki
RGB
172, 239, 117
HSL
93°, 79%, 70%
CMYK
28, 0, 51, 6
Luminance
0.7179
Every format
| HEX | #acef75 |
| RGB | rgb(172, 239, 117) |
| HSL | hsl(93, 79%, 70%) |
| CMYK | cmyk(28%, 0%, 51%, 6%) |
| LAB | lab(87.9 -41.2 51.9) |
| LCH | lch(87.9 66.3 128.4) |
| OKLCH | oklch(0.881 0.168 132.7) |
Copy-ready code
/* CSS */
color: #acef75;
background-color: #acef75;
/* Tailwind (arbitrary) */
class="text-[#acef75] bg-[#acef75]"
/* SCSS */
$brand: #acef75;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.459)
/* Android */
Color.parseColor("#acef75")Accessibility — WCAG contrast
Aa
#acef75 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef75 on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue45.9%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow51.0%
Key (black)6.3%
Color previews
#acef75 text on a black background
contrast 15.36:1
Card sample
#acef75 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef75;
Background color
Panel with #acef75 background
background-color: #acef75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef75; background: linear-gradient(135deg, #acef75, #75EF8F);