#dcd2fd
a pale, electric blue · warm · closest name: lavender
RGB
220, 210, 253
HSL
254°, 92%, 91%
CMYK
13, 17, 0, 1
Luminance
0.6840
Every format
| HEX | #dcd2fd |
| RGB | rgb(220, 210, 253) |
| HSL | hsl(254, 92%, 91%) |
| CMYK | cmyk(13%, 17%, 0%, 1%) |
| LAB | lab(86.2 11.6 -19.7) |
| LCH | lch(86.2 22.9 300.5) |
| OKLCH | oklch(0.885 0.059 295.8) |
Copy-ready code
/* CSS */
color: #dcd2fd;
background-color: #dcd2fd;
/* Tailwind (arbitrary) */
class="text-[#dcd2fd] bg-[#dcd2fd]"
/* SCSS */
$brand: #dcd2fd;
/* SwiftUI */
Color(red: 0.863, green: 0.824, blue: 0.992)
/* Android */
Color.parseColor("#dcd2fd")Accessibility — WCAG contrast
Aa
#dcd2fd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd2fd on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green82.4%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta17.0%
Yellow0.0%
Key (black)0.8%
Color previews
#dcd2fd text on a black background
contrast 14.68:1
Card sample
#dcd2fd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd2fd;
Background color
Panel with #dcd2fd background
background-color: #dcd2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 210, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 210, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd2fd; background: linear-gradient(135deg, #dcd2fd, #F9D2FD);