#ceddf5
a pale, vivid blue · cool · closest name: lavender
RGB
206, 221, 245
HSL
217°, 66%, 88%
CMYK
16, 10, 0, 4
Luminance
0.7143
Every format
| HEX | #ceddf5 |
| RGB | rgb(206, 221, 245) |
| HSL | hsl(217, 66%, 88%) |
| CMYK | cmyk(16%, 10%, 0%, 4%) |
| LAB | lab(87.7 -0.2 -13.4) |
| LCH | lch(87.7 13.4 269.1) |
| OKLCH | oklch(0.894 0.037 259.8) |
Copy-ready code
/* CSS */
color: #ceddf5;
background-color: #ceddf5;
/* Tailwind (arbitrary) */
class="text-[#ceddf5] bg-[#ceddf5]"
/* SCSS */
$brand: #ceddf5;
/* SwiftUI */
Color(red: 0.808, green: 0.867, blue: 0.961)
/* Android */
Color.parseColor("#ceddf5")Accessibility — WCAG contrast
Aa
#ceddf5 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceddf5 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green86.7%
Blue96.1%
CMYK percentages
Cyan15.9%
Magenta9.8%
Yellow0.0%
Key (black)3.9%
Color previews
#ceddf5 text on a black background
contrast 15.29:1
Card sample
#ceddf5 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceddf5;
Background color
Panel with #ceddf5 background
background-color: #ceddf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceddf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 221, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 221, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceddf5; background: linear-gradient(135deg, #ceddf5, #D9CEF5);