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