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