#cedaf3
a pale, vivid blue · cool · closest name: lavender
RGB
206, 218, 243
HSL
221°, 61%, 88%
CMYK
15, 10, 0, 5
Luminance
0.6974
Every format
| HEX | #cedaf3 |
| RGB | rgb(206, 218, 243) |
| HSL | hsl(221, 61%, 88%) |
| CMYK | cmyk(15%, 10%, 0%, 5%) |
| LAB | lab(86.9 0.9 -13.6) |
| LCH | lch(86.9 13.6 273.9) |
| OKLCH | oklch(0.887 0.037 265.1) |
Copy-ready code
/* CSS */
color: #cedaf3;
background-color: #cedaf3;
/* Tailwind (arbitrary) */
class="text-[#cedaf3] bg-[#cedaf3]"
/* SCSS */
$brand: #cedaf3;
/* SwiftUI */
Color(red: 0.808, green: 0.855, blue: 0.953)
/* Android */
Color.parseColor("#cedaf3")Accessibility — WCAG contrast
Aa
#cedaf3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedaf3 on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.5%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta10.3%
Yellow0.0%
Key (black)4.7%
Color previews
#cedaf3 text on a black background
contrast 14.95:1
Card sample
#cedaf3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedaf3;
Background color
Panel with #cedaf3 background
background-color: #cedaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 218, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 218, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedaf3; background: linear-gradient(135deg, #cedaf3, #DBCEF3);