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