#dcd5fd
a pale, electric blue · warm · closest name: lavender
RGB
220, 213, 253
HSL
251°, 91%, 91%
CMYK
13, 16, 0, 1
Luminance
0.6990
Every format
| HEX | #dcd5fd |
| RGB | rgb(220, 213, 253) |
| HSL | hsl(251, 91%, 91%) |
| CMYK | cmyk(13%, 16%, 0%, 1%) |
| LAB | lab(87.0 10.0 -18.6) |
| LCH | lch(87.0 21.1 298.3) |
| OKLCH | oklch(0.891 0.055 293.3) |
Copy-ready code
/* CSS */
color: #dcd5fd;
background-color: #dcd5fd;
/* Tailwind (arbitrary) */
class="text-[#dcd5fd] bg-[#dcd5fd]"
/* SCSS */
$brand: #dcd5fd;
/* SwiftUI */
Color(red: 0.863, green: 0.835, blue: 0.992)
/* Android */
Color.parseColor("#dcd5fd")Accessibility — WCAG contrast
Aa
#dcd5fd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd5fd on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green83.5%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta15.8%
Yellow0.0%
Key (black)0.8%
Color previews
#dcd5fd text on a black background
contrast 14.98:1
Card sample
#dcd5fd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd5fd;
Background color
Panel with #dcd5fd background
background-color: #dcd5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 213, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 213, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd5fd; background: linear-gradient(135deg, #dcd5fd, #F7D5FD);