#ccfffd
a pale, electric cyan · cool · closest name: white
RGB
204, 255, 253
HSL
178°, 100%, 90%
CMYK
20, 0, 1, 0
Luminance
0.9145
Every format
| HEX | #ccfffd |
| RGB | rgb(204, 255, 253) |
| HSL | hsl(178, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 1%, 0%) |
| LAB | lab(96.6 -16.4 -4.4) |
| LCH | lch(96.6 17.0 194.9) |
| OKLCH | oklch(0.965 0.052 193.4) |
Copy-ready code
/* CSS */
color: #ccfffd;
background-color: #ccfffd;
/* Tailwind (arbitrary) */
class="text-[#ccfffd] bg-[#ccfffd]"
/* SCSS */
$brand: #ccfffd;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#ccfffd")Accessibility — WCAG contrast
Aa
#ccfffd on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfffd on black: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue99.2%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#ccfffd text on a black background
contrast 19.29:1
Card sample
#ccfffd text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfffd;
Background color
Panel with #ccfffd background
background-color: #ccfffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfffd; background: linear-gradient(135deg, #ccfffd, #CCDFFF);