#ceddf3
a pale, vivid blue · cool · closest name: lavender
RGB
206, 221, 243
HSL
216°, 61%, 88%
CMYK
15, 9, 0, 5
Luminance
0.7131
Every format
| HEX | #ceddf3 |
| RGB | rgb(206, 221, 243) |
| HSL | hsl(216, 61%, 88%) |
| CMYK | cmyk(15%, 9%, 0%, 5%) |
| LAB | lab(87.6 -0.6 -12.4) |
| LCH | lch(87.6 12.4 267.1) |
| OKLCH | oklch(0.893 0.034 257.9) |
Copy-ready code
/* CSS */
color: #ceddf3;
background-color: #ceddf3;
/* Tailwind (arbitrary) */
class="text-[#ceddf3] bg-[#ceddf3]"
/* SCSS */
$brand: #ceddf3;
/* SwiftUI */
Color(red: 0.808, green: 0.867, blue: 0.953)
/* Android */
Color.parseColor("#ceddf3")Accessibility — WCAG contrast
Aa
#ceddf3 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceddf3 on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green86.7%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta9.1%
Yellow0.0%
Key (black)4.7%
Color previews
#ceddf3 text on a black background
contrast 15.26:1
Card sample
#ceddf3 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceddf3;
Background color
Panel with #ceddf3 background
background-color: #ceddf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceddf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 221, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 221, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceddf3; background: linear-gradient(135deg, #ceddf3, #D8CEF3);