#ccd0eb
a pale, soft blue · warm · closest name: lavender
RGB
204, 208, 235
HSL
232°, 44%, 86%
CMYK
13, 12, 0, 8
Luminance
0.6395
Every format
| HEX | #ccd0eb |
| RGB | rgb(204, 208, 235) |
| HSL | hsl(232, 44%, 86%) |
| CMYK | cmyk(13%, 12%, 0%, 8%) |
| LAB | lab(83.9 3.9 -13.7) |
| LCH | lch(83.9 14.3 285.9) |
| OKLCH | oklch(0.863 0.037 278.9) |
Copy-ready code
/* CSS */
color: #ccd0eb;
background-color: #ccd0eb;
/* Tailwind (arbitrary) */
class="text-[#ccd0eb] bg-[#ccd0eb]"
/* SCSS */
$brand: #ccd0eb;
/* SwiftUI */
Color(red: 0.800, green: 0.816, blue: 0.922)
/* Android */
Color.parseColor("#ccd0eb")Accessibility — WCAG contrast
Aa
#ccd0eb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd0eb on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.6%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta11.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ccd0eb text on a black background
contrast 13.79:1
Card sample
#ccd0eb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd0eb;
Background color
Panel with #ccd0eb background
background-color: #ccd0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 208, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 208, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd0eb; background: linear-gradient(135deg, #ccd0eb, #DDCCEB);