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