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