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