#acff07
a balanced, electric green · cool · closest name: lime
RGB
172, 255, 7
HSL
80°, 100%, 51%
CMYK
33, 0, 97, 0
Luminance
0.8031
Every format
| HEX | #acff07 |
| RGB | rgb(172, 255, 7) |
| HSL | hsl(80, 100%, 51%) |
| CMYK | cmyk(33%, 0%, 97%, 0%) |
| LAB | lab(91.8 -53.7 87.6) |
| LCH | lch(91.8 102.8 121.5) |
| OKLCH | oklch(0.911 0.243 129.6) |
Copy-ready code
/* CSS */
color: #acff07;
background-color: #acff07;
/* Tailwind (arbitrary) */
class="text-[#acff07] bg-[#acff07]"
/* SCSS */
$brand: #acff07;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.027)
/* Android */
Color.parseColor("#acff07")Accessibility — WCAG contrast
Aa
#acff07 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acff07 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue2.7%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow97.3%
Key (black)0.0%
Color previews
#acff07 text on a black background
contrast 17.06:1
Card sample
#acff07 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acff07;
Background color
Panel with #acff07 background
background-color: #acff07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acff07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acff07; background: linear-gradient(135deg, #acff07, #07FF08);