#dcd3fc
a pale, electric blue · warm · closest name: lavender
RGB
220, 211, 252
HSL
253°, 87%, 91%
CMYK
13, 16, 0, 1
Luminance
0.6883
Every format
| HEX | #dcd3fc |
| RGB | rgb(220, 211, 252) |
| HSL | hsl(253, 87%, 91%) |
| CMYK | cmyk(13%, 16%, 0%, 1%) |
| LAB | lab(86.4 10.9 -18.9) |
| LCH | lch(86.4 21.8 299.9) |
| OKLCH | oklch(0.887 0.057 295.3) |
Copy-ready code
/* CSS */
color: #dcd3fc;
background-color: #dcd3fc;
/* Tailwind (arbitrary) */
class="text-[#dcd3fc] bg-[#dcd3fc]"
/* SCSS */
$brand: #dcd3fc;
/* SwiftUI */
Color(red: 0.863, green: 0.827, blue: 0.988)
/* Android */
Color.parseColor("#dcd3fc")Accessibility — WCAG contrast
Aa
#dcd3fc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd3fc on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green82.7%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta16.3%
Yellow0.0%
Key (black)1.2%
Color previews
#dcd3fc text on a black background
contrast 14.77:1
Card sample
#dcd3fc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd3fc;
Background color
Panel with #dcd3fc background
background-color: #dcd3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 211, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 211, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd3fc; background: linear-gradient(135deg, #dcd3fc, #F7D3FC);