#ccfdfc
a pale, electric cyan · cool · closest name: white
RGB
204, 253, 252
HSL
179°, 93%, 90%
CMYK
19, 0, 0, 1
Luminance
0.9012
Every format
| HEX | #ccfdfc |
| RGB | rgb(204, 253, 252) |
| HSL | hsl(179, 93%, 90%) |
| CMYK | cmyk(19%, 0%, 0%, 1%) |
| LAB | lab(96.0 -15.7 -4.7) |
| LCH | lch(96.0 16.3 196.5) |
| OKLCH | oklch(0.960 0.050 194.8) |
Copy-ready code
/* CSS */
color: #ccfdfc;
background-color: #ccfdfc;
/* Tailwind (arbitrary) */
class="text-[#ccfdfc] bg-[#ccfdfc]"
/* SCSS */
$brand: #ccfdfc;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#ccfdfc")Accessibility — WCAG contrast
Aa
#ccfdfc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfdfc on black: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue98.8%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#ccfdfc text on a black background
contrast 19.02:1
Card sample
#ccfdfc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfdfc;
Background color
Panel with #ccfdfc background
background-color: #ccfdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfdfc; background: linear-gradient(135deg, #ccfdfc, #CCDDFD);