#dcd6fd
a pale, electric blue · warm · closest name: lavender
RGB
220, 214, 253
HSL
249°, 91%, 92%
CMYK
13, 15, 0, 1
Luminance
0.7040
Every format
| HEX | #dcd6fd |
| RGB | rgb(220, 214, 253) |
| HSL | hsl(249, 91%, 92%) |
| CMYK | cmyk(13%, 15%, 0%, 1%) |
| LAB | lab(87.2 9.5 -18.3) |
| LCH | lch(87.2 20.6 297.5) |
| OKLCH | oklch(0.893 0.053 292.3) |
Copy-ready code
/* CSS */
color: #dcd6fd;
background-color: #dcd6fd;
/* Tailwind (arbitrary) */
class="text-[#dcd6fd] bg-[#dcd6fd]"
/* SCSS */
$brand: #dcd6fd;
/* SwiftUI */
Color(red: 0.863, green: 0.839, blue: 0.992)
/* Android */
Color.parseColor("#dcd6fd")Accessibility — WCAG contrast
Aa
#dcd6fd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd6fd on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green83.9%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta15.4%
Yellow0.0%
Key (black)0.8%
Color previews
#dcd6fd text on a black background
contrast 15.08:1
Card sample
#dcd6fd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd6fd;
Background color
Panel with #dcd6fd background
background-color: #dcd6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 214, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 214, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd6fd; background: linear-gradient(135deg, #dcd6fd, #F6D6FD);