#acff95
a light, electric green · cool · closest name: aquamarine
RGB
172, 255, 149
HSL
107°, 100%, 79%
CMYK
33, 0, 42, 0
Luminance
0.8246
Every format
| HEX | #acff95 |
| RGB | rgb(172, 255, 149) |
| HSL | hsl(107, 100%, 79%) |
| CMYK | cmyk(33%, 0%, 42%, 0%) |
| LAB | lab(92.8 -44.3 42.8) |
| LCH | lch(92.8 61.6 136.0) |
| OKLCH | oklch(0.922 0.160 139.1) |
Copy-ready code
/* CSS */
color: #acff95;
background-color: #acff95;
/* Tailwind (arbitrary) */
class="text-[#acff95] bg-[#acff95]"
/* SCSS */
$brand: #acff95;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.584)
/* Android */
Color.parseColor("#acff95")Accessibility — WCAG contrast
Aa
#acff95 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acff95 on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue58.4%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow41.6%
Key (black)0.0%
Color previews
#acff95 text on a black background
contrast 17.49:1
Card sample
#acff95 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acff95;
Background color
Panel with #acff95 background
background-color: #acff95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acff95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acff95; background: linear-gradient(135deg, #acff95, #95FFC5);