#acffd8
a light, electric green · cool · closest name: aquamarine
RGB
172, 255, 216
HSL
152°, 100%, 84%
CMYK
33, 0, 15, 0
Luminance
0.8525
Every format
| HEX | #acffd8 |
| RGB | rgb(172, 255, 216) |
| HSL | hsl(152, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 15%, 0%) |
| LAB | lab(94.0 -33.2 10.7) |
| LCH | lch(94.0 34.9 162.1) |
| OKLCH | oklch(0.936 0.097 163.5) |
Copy-ready code
/* CSS */
color: #acffd8;
background-color: #acffd8;
/* Tailwind (arbitrary) */
class="text-[#acffd8] bg-[#acffd8]"
/* SCSS */
$brand: #acffd8;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.847)
/* Android */
Color.parseColor("#acffd8")Accessibility — WCAG contrast
Aa
#acffd8 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acffd8 on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue84.7%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow15.3%
Key (black)0.0%
Color previews
#acffd8 text on a black background
contrast 18.05:1
Card sample
#acffd8 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acffd8;
Background color
Panel with #acffd8 background
background-color: #acffd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acffd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acffd8; background: linear-gradient(135deg, #acffd8, #ACEFFF);