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