#d9cefd
a pale, electric blue · warm · closest name: lavender
RGB
217, 206, 253
HSL
254°, 92%, 90%
CMYK
14, 19, 0, 1
Luminance
0.6599
Every format
| HEX | #d9cefd |
| RGB | rgb(217, 206, 253) |
| HSL | hsl(254, 92%, 90%) |
| CMYK | cmyk(14%, 19%, 0%, 1%) |
| LAB | lab(85.0 12.8 -21.6) |
| LCH | lch(85.0 25.1 300.7) |
| OKLCH | oklch(0.875 0.065 295.8) |
Copy-ready code
/* CSS */
color: #d9cefd;
background-color: #d9cefd;
/* Tailwind (arbitrary) */
class="text-[#d9cefd] bg-[#d9cefd]"
/* SCSS */
$brand: #d9cefd;
/* SwiftUI */
Color(red: 0.851, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#d9cefd")Accessibility — WCAG contrast
Aa
#d9cefd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9cefd on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green80.8%
Blue99.2%
CMYK percentages
Cyan14.2%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#d9cefd text on a black background
contrast 14.20:1
Card sample
#d9cefd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9cefd;
Background color
Panel with #d9cefd background
background-color: #d9cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9cefd; background: linear-gradient(135deg, #d9cefd, #F8CEFD);