#acffab
a light, electric green · cool · closest name: aquamarine
RGB
172, 255, 171
HSL
119°, 100%, 84%
CMYK
33, 0, 33, 0
Luminance
0.8323
Every format
| HEX | #acffab |
| RGB | rgb(172, 255, 171) |
| HSL | hsl(119, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 33%, 0%) |
| LAB | lab(93.1 -41.1 32.4) |
| LCH | lch(93.1 52.3 141.8) |
| OKLCH | oklch(0.926 0.138 144.1) |
Copy-ready code
/* CSS */
color: #acffab;
background-color: #acffab;
/* Tailwind (arbitrary) */
class="text-[#acffab] bg-[#acffab]"
/* SCSS */
$brand: #acffab;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#acffab")Accessibility — WCAG contrast
Aa
#acffab on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acffab on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue67.1%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#acffab text on a black background
contrast 17.65:1
Card sample
#acffab text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acffab;
Background color
Panel with #acffab background
background-color: #acffab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acffab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acffab; background: linear-gradient(135deg, #acffab, #ABFFE2);