#ccdfec
a pale, vivid blue · cool · closest name: lavender
RGB
204, 223, 236
HSL
204°, 46%, 86%
CMYK
14, 6, 0, 8
Luminance
0.7167
Every format
| HEX | #ccdfec |
| RGB | rgb(204, 223, 236) |
| HSL | hsl(204, 46%, 86%) |
| CMYK | cmyk(14%, 6%, 0%, 8%) |
| LAB | lab(87.8 -3.7 -8.5) |
| LCH | lch(87.8 9.3 246.2) |
| OKLCH | oklch(0.893 0.027 237.6) |
Copy-ready code
/* CSS */
color: #ccdfec;
background-color: #ccdfec;
/* Tailwind (arbitrary) */
class="text-[#ccdfec] bg-[#ccdfec]"
/* SCSS */
$brand: #ccdfec;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#ccdfec")Accessibility — WCAG contrast
Aa
#ccdfec on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdfec on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue92.5%
CMYK percentages
Cyan13.6%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#ccdfec text on a black background
contrast 15.33:1
Card sample
#ccdfec text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdfec;
Background color
Panel with #ccdfec background
background-color: #ccdfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdfec; background: linear-gradient(135deg, #ccdfec, #CECCEC);