#ccdceb
a pale, soft blue · cool · closest name: lavender
RGB
204, 220, 235
HSL
209°, 44%, 86%
CMYK
13, 6, 0, 8
Luminance
0.7002
Every format
| HEX | #ccdceb |
| RGB | rgb(204, 220, 235) |
| HSL | hsl(209, 44%, 86%) |
| CMYK | cmyk(13%, 6%, 0%, 8%) |
| LAB | lab(87.0 -2.4 -9.2) |
| LCH | lch(87.0 9.4 255.4) |
| OKLCH | oklch(0.887 0.027 246.4) |
Copy-ready code
/* CSS */
color: #ccdceb;
background-color: #ccdceb;
/* Tailwind (arbitrary) */
class="text-[#ccdceb] bg-[#ccdceb]"
/* SCSS */
$brand: #ccdceb;
/* SwiftUI */
Color(red: 0.800, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#ccdceb")Accessibility — WCAG contrast
Aa
#ccdceb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdceb on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green86.3%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ccdceb text on a black background
contrast 15.00:1
Card sample
#ccdceb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdceb;
Background color
Panel with #ccdceb background
background-color: #ccdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdceb; background: linear-gradient(135deg, #ccdceb, #D1CCEB);