#acff75
a light, electric green · cool · closest name: khaki
RGB
172, 255, 117
HSL
96°, 100%, 73%
CMYK
33, 0, 54, 0
Luminance
0.8158
Every format
| HEX | #acff75 |
| RGB | rgb(172, 255, 117) |
| HSL | hsl(96, 100%, 73%) |
| CMYK | cmyk(33%, 0%, 54%, 0%) |
| LAB | lab(92.4 -48.1 57.3) |
| LCH | lch(92.4 74.8 130.0) |
| OKLCH | oklch(0.918 0.190 134.5) |
Copy-ready code
/* CSS */
color: #acff75;
background-color: #acff75;
/* Tailwind (arbitrary) */
class="text-[#acff75] bg-[#acff75]"
/* SCSS */
$brand: #acff75;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.459)
/* Android */
Color.parseColor("#acff75")Accessibility — WCAG contrast
Aa
#acff75 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acff75 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue45.9%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow54.1%
Key (black)0.0%
Color previews
#acff75 text on a black background
contrast 17.32:1
Card sample
#acff75 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acff75;
Background color
Panel with #acff75 background
background-color: #acff75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acff75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acff75; background: linear-gradient(135deg, #acff75, #75FF9A);