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