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