#acfcf8
a light, electric cyan · cool · closest name: turquoise
RGB
172, 252, 248
HSL
177°, 93%, 83%
CMYK
32, 0, 2, 1
Luminance
0.8517
Every format
| HEX | #acfcf8 |
| RGB | rgb(172, 252, 248) |
| HSL | hsl(177, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 2%, 1%) |
| LAB | lab(94.0 -25.1 -5.9) |
| LCH | lch(94.0 25.8 193.1) |
| OKLCH | oklch(0.939 0.078 191.9) |
Copy-ready code
/* CSS */
color: #acfcf8;
background-color: #acfcf8;
/* Tailwind (arbitrary) */
class="text-[#acfcf8] bg-[#acfcf8]"
/* SCSS */
$brand: #acfcf8;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.973)
/* Android */
Color.parseColor("#acfcf8")Accessibility — WCAG contrast
Aa
#acfcf8 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfcf8 on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue97.3%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow1.6%
Key (black)1.2%
Color previews
#acfcf8 text on a black background
contrast 18.03:1
Card sample
#acfcf8 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfcf8;
Background color
Panel with #acfcf8 background
background-color: #acfcf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfcf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfcf8; background: linear-gradient(135deg, #acfcf8, #ACCBFC);