#acef68
a light, electric green · cool · closest name: khaki
RGB
172, 239, 104
HSL
90°, 81%, 67%
CMYK
28, 0, 57, 6
Luminance
0.7150
Every format
| HEX | #acef68 |
| RGB | rgb(172, 239, 104) |
| HSL | hsl(90, 81%, 67%) |
| CMYK | cmyk(28%, 0%, 57%, 6%) |
| LAB | lab(87.7 -42.5 57.6) |
| LCH | lch(87.7 71.6 126.4) |
| OKLCH | oklch(0.880 0.180 131.3) |
Copy-ready code
/* CSS */
color: #acef68;
background-color: #acef68;
/* Tailwind (arbitrary) */
class="text-[#acef68] bg-[#acef68]"
/* SCSS */
$brand: #acef68;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.408)
/* Android */
Color.parseColor("#acef68")Accessibility — WCAG contrast
Aa
#acef68 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef68 on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue40.8%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow56.5%
Key (black)6.3%
Color previews
#acef68 text on a black background
contrast 15.30:1
Card sample
#acef68 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef68;
Background color
Panel with #acef68 background
background-color: #acef68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef68; background: linear-gradient(135deg, #acef68, #68EF7E);