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