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