#ccdbfd
a pale, electric blue · cool · closest name: lavender
RGB
204, 219, 253
HSL
222°, 93%, 90%
CMYK
19, 13, 0, 1
Luminance
0.7059
Every format
| HEX | #ccdbfd |
| RGB | rgb(204, 219, 253) |
| HSL | hsl(222, 93%, 90%) |
| CMYK | cmyk(19%, 13%, 0%, 1%) |
| LAB | lab(87.3 1.9 -18.2) |
| LCH | lch(87.3 18.3 276.0) |
| OKLCH | oklch(0.891 0.050 266.5) |
Copy-ready code
/* CSS */
color: #ccdbfd;
background-color: #ccdbfd;
/* Tailwind (arbitrary) */
class="text-[#ccdbfd] bg-[#ccdbfd]"
/* SCSS */
$brand: #ccdbfd;
/* SwiftUI */
Color(red: 0.800, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#ccdbfd")Accessibility — WCAG contrast
Aa
#ccdbfd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdbfd on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.9%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ccdbfd text on a black background
contrast 15.12:1
Card sample
#ccdbfd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdbfd;
Background color
Panel with #ccdbfd background
background-color: #ccdbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdbfd; background: linear-gradient(135deg, #ccdbfd, #DECCFD);