#ced6eb
a pale, soft blue · cool · closest name: lavender
RGB
206, 214, 235
HSL
223°, 42%, 87%
CMYK
12, 9, 0, 8
Luminance
0.6721
Every format
| HEX | #ced6eb |
| RGB | rgb(206, 214, 235) |
| HSL | hsl(223, 42%, 87%) |
| CMYK | cmyk(12%, 9%, 0%, 8%) |
| LAB | lab(85.6 1.4 -11.2) |
| LCH | lch(85.6 11.3 277.1) |
| OKLCH | oklch(0.876 0.030 269.1) |
Copy-ready code
/* CSS */
color: #ced6eb;
background-color: #ced6eb;
/* Tailwind (arbitrary) */
class="text-[#ced6eb] bg-[#ced6eb]"
/* SCSS */
$brand: #ced6eb;
/* SwiftUI */
Color(red: 0.808, green: 0.839, blue: 0.922)
/* Android */
Color.parseColor("#ced6eb")Accessibility — WCAG contrast
Aa
#ced6eb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced6eb on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green83.9%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta8.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ced6eb text on a black background
contrast 14.44:1
Card sample
#ced6eb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced6eb;
Background color
Panel with #ced6eb background
background-color: #ced6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 214, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 214, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced6eb; background: linear-gradient(135deg, #ced6eb, #D9CEEB);