#cedafb
a pale, electric blue · cool · closest name: lavender
RGB
206, 218, 251
HSL
224°, 85%, 90%
CMYK
18, 13, 0, 2
Luminance
0.7023
Every format
| HEX | #cedafb |
| RGB | rgb(206, 218, 251) |
| HSL | hsl(224, 85%, 90%) |
| CMYK | cmyk(18%, 13%, 0%, 2%) |
| LAB | lab(87.1 2.6 -17.4) |
| LCH | lch(87.1 17.6 278.5) |
| OKLCH | oklch(0.890 0.047 269.6) |
Copy-ready code
/* CSS */
color: #cedafb;
background-color: #cedafb;
/* Tailwind (arbitrary) */
class="text-[#cedafb] bg-[#cedafb]"
/* SCSS */
$brand: #cedafb;
/* SwiftUI */
Color(red: 0.808, green: 0.855, blue: 0.984)
/* Android */
Color.parseColor("#cedafb")Accessibility — WCAG contrast
Aa
#cedafb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedafb on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.5%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta13.1%
Yellow0.0%
Key (black)1.6%
Color previews
#cedafb text on a black background
contrast 15.05:1
Card sample
#cedafb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedafb;
Background color
Panel with #cedafb background
background-color: #cedafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 218, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 218, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedafb; background: linear-gradient(135deg, #cedafb, #E0CEFB);