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