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