#acef85
a light, electric green · cool · closest name: khaki
RGB
172, 239, 133
HSL
98°, 77%, 73%
CMYK
28, 0, 44, 6
Luminance
0.7220
Every format
| HEX | #acef85 |
| RGB | rgb(172, 239, 133) |
| HSL | hsl(98, 77%, 73%) |
| CMYK | cmyk(28%, 0%, 44%, 6%) |
| LAB | lab(88.1 -39.3 44.6) |
| LCH | lch(88.1 59.4 131.4) |
| OKLCH | oklch(0.883 0.153 134.9) |
Copy-ready code
/* CSS */
color: #acef85;
background-color: #acef85;
/* Tailwind (arbitrary) */
class="text-[#acef85] bg-[#acef85]"
/* SCSS */
$brand: #acef85;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.522)
/* Android */
Color.parseColor("#acef85")Accessibility — WCAG contrast
Aa
#acef85 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef85 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue52.2%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow44.4%
Key (black)6.3%
Color previews
#acef85 text on a black background
contrast 15.44:1
Card sample
#acef85 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef85;
Background color
Panel with #acef85 background
background-color: #acef85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef85; background: linear-gradient(135deg, #acef85, #85EFA4);