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