#ccf2ff
a pale, electric cyan · cool · closest name: lavender
RGB
204, 242, 255
HSL
195°, 100%, 90%
CMYK
20, 5, 0, 0
Luminance
0.8356
Every format
| HEX | #ccf2ff |
| RGB | rgb(204, 242, 255) |
| HSL | hsl(195, 100%, 90%) |
| CMYK | cmyk(20%, 5%, 0%, 0%) |
| LAB | lab(93.3 -9.5 -10.3) |
| LCH | lch(93.3 14.1 227.3) |
| OKLCH | oklch(0.938 0.043 220.5) |
Copy-ready code
/* CSS */
color: #ccf2ff;
background-color: #ccf2ff;
/* Tailwind (arbitrary) */
class="text-[#ccf2ff] bg-[#ccf2ff]"
/* SCSS */
$brand: #ccf2ff;
/* SwiftUI */
Color(red: 0.800, green: 0.949, blue: 1.000)
/* Android */
Color.parseColor("#ccf2ff")Accessibility — WCAG contrast
Aa
#ccf2ff on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf2ff on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.9%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta5.1%
Yellow0.0%
Key (black)0.0%
Color previews
#ccf2ff text on a black background
contrast 17.71:1
Card sample
#ccf2ff text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf2ff;
Background color
Panel with #ccf2ff background
background-color: #ccf2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 242, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 242, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf2ff; background: linear-gradient(135deg, #ccf2ff, #CCD0FF);