#acfdf4
a light, electric cyan · cool · closest name: turquoise
RGB
172, 253, 244
HSL
173°, 95%, 83%
CMYK
32, 0, 4, 1
Luminance
0.8555
Every format
| HEX | #acfdf4 |
| RGB | rgb(172, 253, 244) |
| HSL | hsl(173, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 4%, 1%) |
| LAB | lab(94.1 -26.4 -3.5) |
| LCH | lch(94.1 26.7 187.6) |
| OKLCH | oklch(0.940 0.080 187.2) |
Copy-ready code
/* CSS */
color: #acfdf4;
background-color: #acfdf4;
/* Tailwind (arbitrary) */
class="text-[#acfdf4] bg-[#acfdf4]"
/* SCSS */
$brand: #acfdf4;
/* SwiftUI */
Color(red: 0.675, green: 0.992, blue: 0.957)
/* Android */
Color.parseColor("#acfdf4")Accessibility — WCAG contrast
Aa
#acfdf4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfdf4 on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.2%
Blue95.7%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow3.6%
Key (black)0.8%
Color previews
#acfdf4 text on a black background
contrast 18.11:1
Card sample
#acfdf4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfdf4;
Background color
Panel with #acfdf4 background
background-color: #acfdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 253, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 253, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfdf4; background: linear-gradient(135deg, #acfdf4, #ACD0FD);