#cdcef1
a pale, vivid blue · warm · closest name: lavender
RGB
205, 206, 241
HSL
238°, 56%, 88%
CMYK
15, 15, 0, 6
Luminance
0.6347
Every format
| HEX | #cdcef1 |
| RGB | rgb(205, 206, 241) |
| HSL | hsl(238, 56%, 88%) |
| CMYK | cmyk(15%, 15%, 0%, 6%) |
| LAB | lab(83.7 6.5 -17.3) |
| LCH | lch(83.7 18.5 290.7) |
| OKLCH | oklch(0.862 0.048 284.0) |
Copy-ready code
/* CSS */
color: #cdcef1;
background-color: #cdcef1;
/* Tailwind (arbitrary) */
class="text-[#cdcef1] bg-[#cdcef1]"
/* SCSS */
$brand: #cdcef1;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#cdcef1")Accessibility — WCAG contrast
Aa
#cdcef1 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcef1 on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue94.5%
CMYK percentages
Cyan14.9%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#cdcef1 text on a black background
contrast 13.69:1
Card sample
#cdcef1 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcef1;
Background color
Panel with #cdcef1 background
background-color: #cdcef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcef1; background: linear-gradient(135deg, #cdcef1, #E4CDF1);