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