#ccd3fd
a pale, electric blue · warm · closest name: lavender
RGB
204, 211, 253
HSL
231°, 93%, 90%
CMYK
19, 17, 0, 1
Luminance
0.6652
Every format
| HEX | #ccd3fd |
| RGB | rgb(204, 211, 253) |
| HSL | hsl(231, 93%, 90%) |
| CMYK | cmyk(19%, 17%, 0%, 1%) |
| LAB | lab(85.3 6.1 -21.3) |
| LCH | lch(85.3 22.1 286.1) |
| OKLCH | oklch(0.875 0.059 277.7) |
Copy-ready code
/* CSS */
color: #ccd3fd;
background-color: #ccd3fd;
/* Tailwind (arbitrary) */
class="text-[#ccd3fd] bg-[#ccd3fd]"
/* SCSS */
$brand: #ccd3fd;
/* SwiftUI */
Color(red: 0.800, green: 0.827, blue: 0.992)
/* Android */
Color.parseColor("#ccd3fd")Accessibility — WCAG contrast
Aa
#ccd3fd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd3fd on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green82.7%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta16.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ccd3fd text on a black background
contrast 14.30:1
Card sample
#ccd3fd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd3fd;
Background color
Panel with #ccd3fd background
background-color: #ccd3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 211, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 211, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd3fd; background: linear-gradient(135deg, #ccd3fd, #E6CCFD);