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