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