#ccd6fd
a pale, electric blue · warm · closest name: lavender
RGB
204, 214, 253
HSL
228°, 93%, 90%
CMYK
19, 15, 0, 1
Luminance
0.6802
Every format
| HEX | #ccd6fd |
| RGB | rgb(204, 214, 253) |
| HSL | hsl(228, 93%, 90%) |
| CMYK | cmyk(19%, 15%, 0%, 1%) |
| LAB | lab(86.0 4.5 -20.1) |
| LCH | lch(86.0 20.6 282.7) |
| OKLCH | oklch(0.881 0.055 273.9) |
Copy-ready code
/* CSS */
color: #ccd6fd;
background-color: #ccd6fd;
/* Tailwind (arbitrary) */
class="text-[#ccd6fd] bg-[#ccd6fd]"
/* SCSS */
$brand: #ccd6fd;
/* SwiftUI */
Color(red: 0.800, green: 0.839, blue: 0.992)
/* Android */
Color.parseColor("#ccd6fd")Accessibility — WCAG contrast
Aa
#ccd6fd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd6fd on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green83.9%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta15.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ccd6fd text on a black background
contrast 14.60:1
Card sample
#ccd6fd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd6fd;
Background color
Panel with #ccd6fd background
background-color: #ccd6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 214, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 214, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd6fd; background: linear-gradient(135deg, #ccd6fd, #E3CCFD);