#ccd1eb
a pale, soft blue · warm · closest name: lavender
RGB
204, 209, 235
HSL
230°, 44%, 86%
CMYK
13, 11, 0, 8
Luminance
0.6444
Every format
| HEX | #ccd1eb |
| RGB | rgb(204, 209, 235) |
| HSL | hsl(230, 44%, 86%) |
| CMYK | cmyk(13%, 11%, 0%, 8%) |
| LAB | lab(84.2 3.4 -13.3) |
| LCH | lch(84.2 13.8 284.2) |
| OKLCH | oklch(0.865 0.036 277.0) |
Copy-ready code
/* CSS */
color: #ccd1eb;
background-color: #ccd1eb;
/* Tailwind (arbitrary) */
class="text-[#ccd1eb] bg-[#ccd1eb]"
/* SCSS */
$brand: #ccd1eb;
/* SwiftUI */
Color(red: 0.800, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#ccd1eb")Accessibility — WCAG contrast
Aa
#ccd1eb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd1eb on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green82.0%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta11.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ccd1eb text on a black background
contrast 13.89:1
Card sample
#ccd1eb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd1eb;
Background color
Panel with #ccd1eb background
background-color: #ccd1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 209, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 209, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd1eb; background: linear-gradient(135deg, #ccd1eb, #DCCCEB);