#ced5eb
a pale, soft blue · warm · closest name: lavender
RGB
206, 213, 235
HSL
226°, 42%, 87%
CMYK
12, 9, 0, 8
Luminance
0.6671
Every format
| HEX | #ced5eb |
| RGB | rgb(206, 213, 235) |
| HSL | hsl(226, 42%, 87%) |
| CMYK | cmyk(12%, 9%, 0%, 8%) |
| LAB | lab(85.4 1.9 -11.6) |
| LCH | lch(85.4 11.8 279.4) |
| OKLCH | oklch(0.874 0.031 271.7) |
Copy-ready code
/* CSS */
color: #ced5eb;
background-color: #ced5eb;
/* Tailwind (arbitrary) */
class="text-[#ced5eb] bg-[#ced5eb]"
/* SCSS */
$brand: #ced5eb;
/* SwiftUI */
Color(red: 0.808, green: 0.835, blue: 0.922)
/* Android */
Color.parseColor("#ced5eb")Accessibility — WCAG contrast
Aa
#ced5eb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced5eb on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green83.5%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta9.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ced5eb text on a black background
contrast 14.34:1
Card sample
#ced5eb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced5eb;
Background color
Panel with #ced5eb background
background-color: #ced5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 213, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 213, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced5eb; background: linear-gradient(135deg, #ced5eb, #DACEEB);