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