#dcd3fe
a pale, electric blue · warm · closest name: lavender
RGB
220, 211, 254
HSL
253°, 96%, 91%
CMYK
13, 17, 0, 0
Luminance
0.6896
Every format
| HEX | #dcd3fe |
| RGB | rgb(220, 211, 254) |
| HSL | hsl(253, 96%, 91%) |
| CMYK | cmyk(13%, 17%, 0%, 0%) |
| LAB | lab(86.5 11.3 -19.9) |
| LCH | lch(86.5 22.8 299.6) |
| OKLCH | oklch(0.888 0.059 294.8) |
Copy-ready code
/* CSS */
color: #dcd3fe;
background-color: #dcd3fe;
/* Tailwind (arbitrary) */
class="text-[#dcd3fe] bg-[#dcd3fe]"
/* SCSS */
$brand: #dcd3fe;
/* SwiftUI */
Color(red: 0.863, green: 0.827, blue: 0.996)
/* Android */
Color.parseColor("#dcd3fe")Accessibility — WCAG contrast
Aa
#dcd3fe on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd3fe on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green82.7%
Blue99.6%
CMYK percentages
Cyan13.4%
Magenta16.9%
Yellow0.0%
Key (black)0.4%
Color previews
#dcd3fe text on a black background
contrast 14.79:1
Card sample
#dcd3fe text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd3fe;
Background color
Panel with #dcd3fe background
background-color: #dcd3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 211, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 211, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd3fe; background: linear-gradient(135deg, #dcd3fe, #F9D3FE);