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