#acff60
a light, electric green · cool · closest name: lime
RGB
172, 255, 96
HSL
91°, 100%, 69%
CMYK
33, 0, 62, 0
Luminance
0.8114
Every format
| HEX | #acff60 |
| RGB | rgb(172, 255, 96) |
| HSL | hsl(91, 100%, 69%) |
| CMYK | cmyk(33%, 0%, 62%, 0%) |
| LAB | lab(92.2 -50.0 66.0) |
| LCH | lch(92.2 82.8 127.1) |
| OKLCH | oklch(0.916 0.207 132.6) |
Copy-ready code
/* CSS */
color: #acff60;
background-color: #acff60;
/* Tailwind (arbitrary) */
class="text-[#acff60] bg-[#acff60]"
/* SCSS */
$brand: #acff60;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.376)
/* Android */
Color.parseColor("#acff60")Accessibility — WCAG contrast
Aa
#acff60 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acff60 on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue37.6%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow62.4%
Key (black)0.0%
Color previews
#acff60 text on a black background
contrast 17.23:1
Card sample
#acff60 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acff60;
Background color
Panel with #acff60 background
background-color: #acff60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acff60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acff60; background: linear-gradient(135deg, #acff60, #60FF7E);