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