#dcd3f9
a pale, electric blue · warm · closest name: lavender
RGB
220, 211, 249
HSL
254°, 76%, 90%
CMYK
12, 15, 0, 2
Luminance
0.6864
Every format
| HEX | #dcd3f9 |
| RGB | rgb(220, 211, 249) |
| HSL | hsl(254, 76%, 90%) |
| CMYK | cmyk(12%, 15%, 0%, 2%) |
| LAB | lab(86.3 10.3 -17.4) |
| LCH | lch(86.3 20.2 300.5) |
| OKLCH | oklch(0.886 0.053 296.2) |
Copy-ready code
/* CSS */
color: #dcd3f9;
background-color: #dcd3f9;
/* Tailwind (arbitrary) */
class="text-[#dcd3f9] bg-[#dcd3f9]"
/* SCSS */
$brand: #dcd3f9;
/* SwiftUI */
Color(red: 0.863, green: 0.827, blue: 0.976)
/* Android */
Color.parseColor("#dcd3f9")Accessibility — WCAG contrast
Aa
#dcd3f9 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd3f9 on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green82.7%
Blue97.6%
CMYK percentages
Cyan11.6%
Magenta15.3%
Yellow0.0%
Key (black)2.4%
Color previews
#dcd3f9 text on a black background
contrast 14.73:1
Card sample
#dcd3f9 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd3f9;
Background color
Panel with #dcd3f9 background
background-color: #dcd3f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd3f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 211, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 211, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd3f9; background: linear-gradient(135deg, #dcd3f9, #F5D3F9);