#ccdaeb
a pale, soft blue · cool · closest name: lavender
RGB
204, 218, 235
HSL
213°, 44%, 86%
CMYK
13, 7, 0, 8
Luminance
0.6898
Every format
| HEX | #ccdaeb |
| RGB | rgb(204, 218, 235) |
| HSL | hsl(213, 44%, 86%) |
| CMYK | cmyk(13%, 7%, 0%, 8%) |
| LAB | lab(86.5 -1.3 -9.9) |
| LCH | lch(86.5 10.0 262.3) |
| OKLCH | oklch(0.883 0.028 253.2) |
Copy-ready code
/* CSS */
color: #ccdaeb;
background-color: #ccdaeb;
/* Tailwind (arbitrary) */
class="text-[#ccdaeb] bg-[#ccdaeb]"
/* SCSS */
$brand: #ccdaeb;
/* SwiftUI */
Color(red: 0.800, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#ccdaeb")Accessibility — WCAG contrast
Aa
#ccdaeb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdaeb on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.5%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ccdaeb text on a black background
contrast 14.80:1
Card sample
#ccdaeb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdaeb;
Background color
Panel with #ccdaeb background
background-color: #ccdaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdaeb; background: linear-gradient(135deg, #ccdaeb, #D3CCEB);