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