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