#ced8eb
a pale, soft blue · cool · closest name: lavender
RGB
206, 216, 235
HSL
219°, 42%, 87%
CMYK
12, 8, 0, 8
Luminance
0.6823
Every format
| HEX | #ced8eb |
| RGB | rgb(206, 216, 235) |
| HSL | hsl(219, 42%, 87%) |
| CMYK | cmyk(12%, 8%, 0%, 8%) |
| LAB | lab(86.1 0.3 -10.4) |
| LCH | lch(86.1 10.5 271.9) |
| OKLCH | oklch(0.880 0.028 263.4) |
Copy-ready code
/* CSS */
color: #ced8eb;
background-color: #ced8eb;
/* Tailwind (arbitrary) */
class="text-[#ced8eb] bg-[#ced8eb]"
/* SCSS */
$brand: #ced8eb;
/* SwiftUI */
Color(red: 0.808, green: 0.847, blue: 0.922)
/* Android */
Color.parseColor("#ced8eb")Accessibility — WCAG contrast
Aa
#ced8eb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced8eb on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green84.7%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta8.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ced8eb text on a black background
contrast 14.65:1
Card sample
#ced8eb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced8eb;
Background color
Panel with #ced8eb background
background-color: #ced8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 216, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 216, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced8eb; background: linear-gradient(135deg, #ced8eb, #D7CEEB);