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