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