#dcd7fc
a pale, electric blue · warm · closest name: lavender
RGB
220, 215, 252
HSL
248°, 86%, 92%
CMYK
13, 15, 0, 1
Luminance
0.7084
Every format
| HEX | #dcd7fc |
| RGB | rgb(220, 215, 252) |
| HSL | hsl(248, 86%, 92%) |
| CMYK | cmyk(13%, 15%, 0%, 1%) |
| LAB | lab(87.4 8.8 -17.4) |
| LCH | lch(87.4 19.5 296.7) |
| OKLCH | oklch(0.895 0.051 291.5) |
Copy-ready code
/* CSS */
color: #dcd7fc;
background-color: #dcd7fc;
/* Tailwind (arbitrary) */
class="text-[#dcd7fc] bg-[#dcd7fc]"
/* SCSS */
$brand: #dcd7fc;
/* SwiftUI */
Color(red: 0.863, green: 0.843, blue: 0.988)
/* Android */
Color.parseColor("#dcd7fc")Accessibility — WCAG contrast
Aa
#dcd7fc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd7fc on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green84.3%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta14.7%
Yellow0.0%
Key (black)1.2%
Color previews
#dcd7fc text on a black background
contrast 15.17:1
Card sample
#dcd7fc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd7fc;
Background color
Panel with #dcd7fc background
background-color: #dcd7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 215, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 215, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd7fc; background: linear-gradient(135deg, #dcd7fc, #F5D7FC);