#ceddfb
a pale, electric blue · cool · closest name: lavender
RGB
206, 221, 251
HSL
220°, 85%, 90%
CMYK
18, 12, 0, 2
Luminance
0.7180
Every format
| HEX | #ceddfb |
| RGB | rgb(206, 221, 251) |
| HSL | hsl(220, 85%, 90%) |
| CMYK | cmyk(18%, 12%, 0%, 2%) |
| LAB | lab(87.9 1.0 -16.3) |
| LCH | lch(87.9 16.3 273.7) |
| OKLCH | oklch(0.896 0.044 264.3) |
Copy-ready code
/* CSS */
color: #ceddfb;
background-color: #ceddfb;
/* Tailwind (arbitrary) */
class="text-[#ceddfb] bg-[#ceddfb]"
/* SCSS */
$brand: #ceddfb;
/* SwiftUI */
Color(red: 0.808, green: 0.867, blue: 0.984)
/* Android */
Color.parseColor("#ceddfb")Accessibility — WCAG contrast
Aa
#ceddfb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceddfb on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green86.7%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta12.0%
Yellow0.0%
Key (black)1.6%
Color previews
#ceddfb text on a black background
contrast 15.36:1
Card sample
#ceddfb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceddfb;
Background color
Panel with #ceddfb background
background-color: #ceddfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceddfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 221, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 221, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceddfb; background: linear-gradient(135deg, #ceddfb, #DDCEFB);