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