#ccd8eb
a pale, soft blue · cool · closest name: lavender
RGB
204, 216, 235
HSL
217°, 44%, 86%
CMYK
13, 8, 0, 8
Luminance
0.6795
Every format
| HEX | #ccd8eb |
| RGB | rgb(204, 216, 235) |
| HSL | hsl(217, 44%, 86%) |
| CMYK | cmyk(13%, 8%, 0%, 8%) |
| LAB | lab(86.0 -0.3 -10.7) |
| LCH | lch(86.0 10.7 268.4) |
| OKLCH | oklch(0.879 0.029 259.6) |
Copy-ready code
/* CSS */
color: #ccd8eb;
background-color: #ccd8eb;
/* Tailwind (arbitrary) */
class="text-[#ccd8eb] bg-[#ccd8eb]"
/* SCSS */
$brand: #ccd8eb;
/* SwiftUI */
Color(red: 0.800, green: 0.847, blue: 0.922)
/* Android */
Color.parseColor("#ccd8eb")Accessibility — WCAG contrast
Aa
#ccd8eb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd8eb on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green84.7%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta8.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ccd8eb text on a black background
contrast 14.59:1
Card sample
#ccd8eb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd8eb;
Background color
Panel with #ccd8eb background
background-color: #ccd8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 216, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 216, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd8eb; background: linear-gradient(135deg, #ccd8eb, #D5CCEB);