#acfdce
a light, electric green · cool · closest name: aquamarine
RGB
172, 253, 206
HSL
145°, 95%, 83%
CMYK
32, 0, 19, 1
Luminance
0.8348
Every format
| HEX | #acfdce |
| RGB | rgb(172, 253, 206) |
| HSL | hsl(145, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 19%, 1%) |
| LAB | lab(93.2 -34.2 14.8) |
| LCH | lch(93.2 37.3 156.7) |
| OKLCH | oklch(0.929 0.102 158.2) |
Copy-ready code
/* CSS */
color: #acfdce;
background-color: #acfdce;
/* Tailwind (arbitrary) */
class="text-[#acfdce] bg-[#acfdce]"
/* SCSS */
$brand: #acfdce;
/* SwiftUI */
Color(red: 0.675, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#acfdce")Accessibility — WCAG contrast
Aa
#acfdce on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfdce on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.2%
Blue80.8%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#acfdce text on a black background
contrast 17.70:1
Card sample
#acfdce text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfdce;
Background color
Panel with #acfdce background
background-color: #acfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfdce; background: linear-gradient(135deg, #acfdce, #ACF6FD);