#ccd0fd
a pale, electric blue · warm · closest name: lavender
RGB
204, 208, 253
HSL
235°, 93%, 90%
CMYK
19, 18, 0, 1
Luminance
0.6504
Every format
| HEX | #ccd0fd |
| RGB | rgb(204, 208, 253) |
| HSL | hsl(235, 93%, 90%) |
| CMYK | cmyk(19%, 18%, 0%, 1%) |
| LAB | lab(84.5 7.7 -22.4) |
| LCH | lch(84.5 23.7 289.0) |
| OKLCH | oklch(0.869 0.062 281.0) |
Copy-ready code
/* CSS */
color: #ccd0fd;
background-color: #ccd0fd;
/* Tailwind (arbitrary) */
class="text-[#ccd0fd] bg-[#ccd0fd]"
/* SCSS */
$brand: #ccd0fd;
/* SwiftUI */
Color(red: 0.800, green: 0.816, blue: 0.992)
/* Android */
Color.parseColor("#ccd0fd")Accessibility — WCAG contrast
Aa
#ccd0fd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd0fd on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.6%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta17.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ccd0fd text on a black background
contrast 14.01:1
Card sample
#ccd0fd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd0fd;
Background color
Panel with #ccd0fd background
background-color: #ccd0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 208, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 208, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd0fd; background: linear-gradient(135deg, #ccd0fd, #E9CCFD);