#acff97
a light, electric green · cool · closest name: aquamarine
RGB
172, 255, 151
HSL
108°, 100%, 80%
CMYK
33, 0, 41, 0
Luminance
0.8253
Every format
| HEX | #acff97 |
| RGB | rgb(172, 255, 151) |
| HSL | hsl(108, 100%, 80%) |
| CMYK | cmyk(33%, 0%, 41%, 0%) |
| LAB | lab(92.8 -44.0 41.9) |
| LCH | lch(92.8 60.8 136.4) |
| OKLCH | oklch(0.923 0.158 139.5) |
Copy-ready code
/* CSS */
color: #acff97;
background-color: #acff97;
/* Tailwind (arbitrary) */
class="text-[#acff97] bg-[#acff97]"
/* SCSS */
$brand: #acff97;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.592)
/* Android */
Color.parseColor("#acff97")Accessibility — WCAG contrast
Aa
#acff97 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acff97 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue59.2%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow40.8%
Key (black)0.0%
Color previews
#acff97 text on a black background
contrast 17.51:1
Card sample
#acff97 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acff97;
Background color
Panel with #acff97 background
background-color: #acff97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acff97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acff97; background: linear-gradient(135deg, #acff97, #97FFC7);