#dcd7fd
a pale, electric blue · warm · closest name: lavender
RGB
220, 215, 253
HSL
248°, 91%, 92%
CMYK
13, 15, 0, 1
Luminance
0.7091
Every format
| HEX | #dcd7fd |
| RGB | rgb(220, 215, 253) |
| HSL | hsl(248, 91%, 92%) |
| CMYK | cmyk(13%, 15%, 0%, 1%) |
| LAB | lab(87.4 9.0 -17.9) |
| LCH | lch(87.4 20.0 296.6) |
| OKLCH | oklch(0.895 0.052 291.3) |
Copy-ready code
/* CSS */
color: #dcd7fd;
background-color: #dcd7fd;
/* Tailwind (arbitrary) */
class="text-[#dcd7fd] bg-[#dcd7fd]"
/* SCSS */
$brand: #dcd7fd;
/* SwiftUI */
Color(red: 0.863, green: 0.843, blue: 0.992)
/* Android */
Color.parseColor("#dcd7fd")Accessibility — WCAG contrast
Aa
#dcd7fd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd7fd on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green84.3%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta15.0%
Yellow0.0%
Key (black)0.8%
Color previews
#dcd7fd text on a black background
contrast 15.18:1
Card sample
#dcd7fd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd7fd;
Background color
Panel with #dcd7fd background
background-color: #dcd7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 215, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 215, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd7fd; background: linear-gradient(135deg, #dcd7fd, #F5D7FD);