#ced3eb
a pale, soft blue · warm · closest name: lavender
RGB
206, 211, 235
HSL
230°, 42%, 87%
CMYK
12, 10, 0, 8
Luminance
0.6571
Every format
| HEX | #ced3eb |
| RGB | rgb(206, 211, 235) |
| HSL | hsl(230, 42%, 87%) |
| CMYK | cmyk(12%, 10%, 0%, 8%) |
| LAB | lab(84.8 3.0 -12.4) |
| LCH | lch(84.8 12.7 283.5) |
| OKLCH | oklch(0.870 0.034 276.3) |
Copy-ready code
/* CSS */
color: #ced3eb;
background-color: #ced3eb;
/* Tailwind (arbitrary) */
class="text-[#ced3eb] bg-[#ced3eb]"
/* SCSS */
$brand: #ced3eb;
/* SwiftUI */
Color(red: 0.808, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#ced3eb")Accessibility — WCAG contrast
Aa
#ced3eb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced3eb on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green82.7%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta10.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ced3eb text on a black background
contrast 14.14:1
Card sample
#ced3eb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced3eb;
Background color
Panel with #ced3eb background
background-color: #ced3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced3eb; background: linear-gradient(135deg, #ced3eb, #DCCEEB);