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