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