#cedbfd
a pale, electric blue · cool · closest name: lavender
RGB
206, 219, 253
HSL
223°, 92%, 90%
CMYK
19, 13, 0, 1
Luminance
0.7088
Every format
| HEX | #cedbfd |
| RGB | rgb(206, 219, 253) |
| HSL | hsl(223, 92%, 90%) |
| CMYK | cmyk(19%, 13%, 0%, 1%) |
| LAB | lab(87.4 2.5 -18.0) |
| LCH | lch(87.4 18.2 277.9) |
| OKLCH | oklch(0.892 0.049 268.8) |
Copy-ready code
/* CSS */
color: #cedbfd;
background-color: #cedbfd;
/* Tailwind (arbitrary) */
class="text-[#cedbfd] bg-[#cedbfd]"
/* SCSS */
$brand: #cedbfd;
/* SwiftUI */
Color(red: 0.808, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#cedbfd")Accessibility — WCAG contrast
Aa
#cedbfd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedbfd on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.9%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cedbfd text on a black background
contrast 15.18:1
Card sample
#cedbfd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedbfd;
Background color
Panel with #cedbfd background
background-color: #cedbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedbfd; background: linear-gradient(135deg, #cedbfd, #E0CEFD);