#ccdbeb
a pale, soft blue · cool · closest name: lavender
RGB
204, 219, 235
HSL
211°, 44%, 86%
CMYK
13, 7, 0, 8
Luminance
0.6950
Every format
| HEX | #ccdbeb |
| RGB | rgb(204, 219, 235) |
| HSL | hsl(211, 44%, 86%) |
| CMYK | cmyk(13%, 7%, 0%, 8%) |
| LAB | lab(86.8 -1.9 -9.5) |
| LCH | lch(86.8 9.7 259.0) |
| OKLCH | oklch(0.885 0.027 249.9) |
Copy-ready code
/* CSS */
color: #ccdbeb;
background-color: #ccdbeb;
/* Tailwind (arbitrary) */
class="text-[#ccdbeb] bg-[#ccdbeb]"
/* SCSS */
$brand: #ccdbeb;
/* SwiftUI */
Color(red: 0.800, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#ccdbeb")Accessibility — WCAG contrast
Aa
#ccdbeb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdbeb on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.9%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#ccdbeb text on a black background
contrast 14.90:1
Card sample
#ccdbeb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdbeb;
Background color
Panel with #ccdbeb background
background-color: #ccdbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdbeb; background: linear-gradient(135deg, #ccdbeb, #D2CCEB);