#ceddfe
a pale, electric blue · cool · closest name: lavender
RGB
206, 221, 254
HSL
221°, 96%, 90%
CMYK
19, 13, 0, 0
Luminance
0.7199
Every format
| HEX | #ceddfe |
| RGB | rgb(206, 221, 254) |
| HSL | hsl(221, 96%, 90%) |
| CMYK | cmyk(19%, 13%, 0%, 0%) |
| LAB | lab(88.0 1.7 -17.7) |
| LCH | lch(88.0 17.8 275.4) |
| OKLCH | oklch(0.897 0.048 266.0) |
Copy-ready code
/* CSS */
color: #ceddfe;
background-color: #ceddfe;
/* Tailwind (arbitrary) */
class="text-[#ceddfe] bg-[#ceddfe]"
/* SCSS */
$brand: #ceddfe;
/* SwiftUI */
Color(red: 0.808, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#ceddfe")Accessibility — WCAG contrast
Aa
#ceddfe on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceddfe on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green86.7%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#ceddfe text on a black background
contrast 15.40:1
Card sample
#ceddfe text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceddfe;
Background color
Panel with #ceddfe background
background-color: #ceddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceddfe; background: linear-gradient(135deg, #ceddfe, #DFCEFE);