#ccd3eb
a pale, soft blue · warm · closest name: lavender
RGB
204, 211, 235
HSL
227°, 44%, 86%
CMYK
13, 10, 0, 8
Luminance
0.6542
Every format
| HEX | #ccd3eb |
| RGB | rgb(204, 211, 235) |
| HSL | hsl(227, 44%, 86%) |
| CMYK | cmyk(13%, 10%, 0%, 8%) |
| LAB | lab(84.7 2.3 -12.6) |
| LCH | lch(84.7 12.8 280.5) |
| OKLCH | oklch(0.869 0.034 272.7) |
Copy-ready code
/* CSS */
color: #ccd3eb;
background-color: #ccd3eb;
/* Tailwind (arbitrary) */
class="text-[#ccd3eb] bg-[#ccd3eb]"
/* SCSS */
$brand: #ccd3eb;
/* SwiftUI */
Color(red: 0.800, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#ccd3eb")Accessibility — WCAG contrast
Aa
#ccd3eb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd3eb on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green82.7%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta10.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ccd3eb text on a black background
contrast 14.08:1
Card sample
#ccd3eb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd3eb;
Background color
Panel with #ccd3eb background
background-color: #ccd3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd3eb; background: linear-gradient(135deg, #ccd3eb, #DACCEB);