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