#cedaf0
a pale, vivid blue · cool · closest name: lavender
RGB
206, 218, 240
HSL
219°, 53%, 88%
CMYK
14, 9, 0, 6
Luminance
0.6956
Every format
| HEX | #cedaf0 |
| RGB | rgb(206, 218, 240) |
| HSL | hsl(219, 53%, 88%) |
| CMYK | cmyk(14%, 9%, 0%, 6%) |
| LAB | lab(86.8 0.3 -12.1) |
| LCH | lch(86.8 12.1 271.5) |
| OKLCH | oklch(0.886 0.033 262.7) |
Copy-ready code
/* CSS */
color: #cedaf0;
background-color: #cedaf0;
/* Tailwind (arbitrary) */
class="text-[#cedaf0] bg-[#cedaf0]"
/* SCSS */
$brand: #cedaf0;
/* SwiftUI */
Color(red: 0.808, green: 0.855, blue: 0.941)
/* Android */
Color.parseColor("#cedaf0")Accessibility — WCAG contrast
Aa
#cedaf0 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedaf0 on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.5%
Blue94.1%
CMYK percentages
Cyan14.2%
Magenta9.2%
Yellow0.0%
Key (black)5.9%
Color previews
#cedaf0 text on a black background
contrast 14.91:1
Card sample
#cedaf0 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedaf0;
Background color
Panel with #cedaf0 background
background-color: #cedaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 218, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 218, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedaf0; background: linear-gradient(135deg, #cedaf0, #D9CEF0);