#ceddf8
a pale, electric blue · cool · closest name: lavender
RGB
206, 221, 248
HSL
219°, 75%, 89%
CMYK
17, 11, 0, 3
Luminance
0.7161
Every format
| HEX | #ceddf8 |
| RGB | rgb(206, 221, 248) |
| HSL | hsl(219, 75%, 89%) |
| CMYK | cmyk(17%, 11%, 0%, 3%) |
| LAB | lab(87.8 0.4 -14.8) |
| LCH | lch(87.8 14.8 271.6) |
| OKLCH | oklch(0.895 0.041 262.3) |
Copy-ready code
/* CSS */
color: #ceddf8;
background-color: #ceddf8;
/* Tailwind (arbitrary) */
class="text-[#ceddf8] bg-[#ceddf8]"
/* SCSS */
$brand: #ceddf8;
/* SwiftUI */
Color(red: 0.808, green: 0.867, blue: 0.973)
/* Android */
Color.parseColor("#ceddf8")Accessibility — WCAG contrast
Aa
#ceddf8 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceddf8 on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green86.7%
Blue97.3%
CMYK percentages
Cyan16.9%
Magenta10.9%
Yellow0.0%
Key (black)2.7%
Color previews
#ceddf8 text on a black background
contrast 15.32:1
Card sample
#ceddf8 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceddf8;
Background color
Panel with #ceddf8 background
background-color: #ceddf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceddf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 221, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 221, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceddf8; background: linear-gradient(135deg, #ceddf8, #DBCEF8);