#cedaf5
a pale, vivid blue · cool · closest name: lavender
RGB
206, 218, 245
HSL
222°, 66%, 88%
CMYK
16, 11, 0, 4
Luminance
0.6986
Every format
| HEX | #cedaf5 |
| RGB | rgb(206, 218, 245) |
| HSL | hsl(222, 66%, 88%) |
| CMYK | cmyk(16%, 11%, 0%, 4%) |
| LAB | lab(86.9 1.4 -14.5) |
| LCH | lch(86.9 14.6 275.3) |
| OKLCH | oklch(0.888 0.039 266.5) |
Copy-ready code
/* CSS */
color: #cedaf5;
background-color: #cedaf5;
/* Tailwind (arbitrary) */
class="text-[#cedaf5] bg-[#cedaf5]"
/* SCSS */
$brand: #cedaf5;
/* SwiftUI */
Color(red: 0.808, green: 0.855, blue: 0.961)
/* Android */
Color.parseColor("#cedaf5")Accessibility — WCAG contrast
Aa
#cedaf5 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedaf5 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.5%
Blue96.1%
CMYK percentages
Cyan15.9%
Magenta11.0%
Yellow0.0%
Key (black)3.9%
Color previews
#cedaf5 text on a black background
contrast 14.97:1
Card sample
#cedaf5 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedaf5;
Background color
Panel with #cedaf5 background
background-color: #cedaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 218, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 218, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedaf5; background: linear-gradient(135deg, #cedaf5, #DCCEF5);