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