#dcd9fd
a pale, electric blue · warm · closest name: lavender
RGB
220, 217, 253
HSL
245°, 90%, 92%
CMYK
13, 14, 0, 1
Luminance
0.7193
Every format
| HEX | #dcd9fd |
| RGB | rgb(220, 217, 253) |
| HSL | hsl(245, 90%, 92%) |
| CMYK | cmyk(13%, 14%, 0%, 1%) |
| LAB | lab(87.9 7.9 -17.1) |
| LCH | lch(87.9 18.9 294.8) |
| OKLCH | oklch(0.899 0.049 289.2) |
Copy-ready code
/* CSS */
color: #dcd9fd;
background-color: #dcd9fd;
/* Tailwind (arbitrary) */
class="text-[#dcd9fd] bg-[#dcd9fd]"
/* SCSS */
$brand: #dcd9fd;
/* SwiftUI */
Color(red: 0.863, green: 0.851, blue: 0.992)
/* Android */
Color.parseColor("#dcd9fd")Accessibility — WCAG contrast
Aa
#dcd9fd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd9fd on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green85.1%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta14.2%
Yellow0.0%
Key (black)0.8%
Color previews
#dcd9fd text on a black background
contrast 15.39:1
Card sample
#dcd9fd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd9fd;
Background color
Panel with #dcd9fd background
background-color: #dcd9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 217, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 217, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd9fd; background: linear-gradient(135deg, #dcd9fd, #F4D9FD);