#ccecfd
a pale, electric blue · cool · closest name: lavender
RGB
204, 236, 253
HSL
201°, 93%, 90%
CMYK
19, 7, 0, 1
Luminance
0.7992
Every format
| HEX | #ccecfd |
| RGB | rgb(204, 236, 253) |
| HSL | hsl(201, 93%, 90%) |
| CMYK | cmyk(19%, 7%, 0%, 1%) |
| LAB | lab(91.7 -6.9 -11.7) |
| LCH | lch(91.7 13.6 239.4) |
| OKLCH | oklch(0.925 0.041 231.0) |
Copy-ready code
/* CSS */
color: #ccecfd;
background-color: #ccecfd;
/* Tailwind (arbitrary) */
class="text-[#ccecfd] bg-[#ccecfd]"
/* SCSS */
$brand: #ccecfd;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#ccecfd")Accessibility — WCAG contrast
Aa
#ccecfd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccecfd on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ccecfd text on a black background
contrast 16.98:1
Card sample
#ccecfd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccecfd;
Background color
Panel with #ccecfd background
background-color: #ccecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccecfd; background: linear-gradient(135deg, #ccecfd, #CDCCFD);