#dcd9fc
a pale, electric blue · warm · closest name: lavender
RGB
220, 217, 252
HSL
245°, 85%, 92%
CMYK
13, 14, 0, 1
Luminance
0.7187
Every format
| HEX | #dcd9fc |
| RGB | rgb(220, 217, 252) |
| HSL | hsl(245, 85%, 92%) |
| CMYK | cmyk(13%, 14%, 0%, 1%) |
| LAB | lab(87.9 7.7 -16.6) |
| LCH | lch(87.9 18.3 294.8) |
| OKLCH | oklch(0.899 0.048 289.3) |
Copy-ready code
/* CSS */
color: #dcd9fc;
background-color: #dcd9fc;
/* Tailwind (arbitrary) */
class="text-[#dcd9fc] bg-[#dcd9fc]"
/* SCSS */
$brand: #dcd9fc;
/* SwiftUI */
Color(red: 0.863, green: 0.851, blue: 0.988)
/* Android */
Color.parseColor("#dcd9fc")Accessibility — WCAG contrast
Aa
#dcd9fc on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd9fc on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green85.1%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta13.9%
Yellow0.0%
Key (black)1.2%
Color previews
#dcd9fc text on a black background
contrast 15.37:1
Card sample
#dcd9fc text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd9fc;
Background color
Panel with #dcd9fc background
background-color: #dcd9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 217, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 217, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd9fc; background: linear-gradient(135deg, #dcd9fc, #F3D9FC);