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