#dcd7fe
a pale, electric blue · warm · closest name: lavender
RGB
220, 215, 254
HSL
248°, 95%, 92%
CMYK
13, 15, 0, 0
Luminance
0.7097
Every format
| HEX | #dcd7fe |
| RGB | rgb(220, 215, 254) |
| HSL | hsl(248, 95%, 92%) |
| CMYK | cmyk(13%, 15%, 0%, 0%) |
| LAB | lab(87.5 9.2 -18.4) |
| LCH | lch(87.5 20.5 296.5) |
| OKLCH | oklch(0.895 0.053 291.2) |
Copy-ready code
/* CSS */
color: #dcd7fe;
background-color: #dcd7fe;
/* Tailwind (arbitrary) */
class="text-[#dcd7fe] bg-[#dcd7fe]"
/* SCSS */
$brand: #dcd7fe;
/* SwiftUI */
Color(red: 0.863, green: 0.843, blue: 0.996)
/* Android */
Color.parseColor("#dcd7fe")Accessibility — WCAG contrast
Aa
#dcd7fe on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd7fe on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green84.3%
Blue99.6%
CMYK percentages
Cyan13.4%
Magenta15.4%
Yellow0.0%
Key (black)0.4%
Color previews
#dcd7fe text on a black background
contrast 15.19:1
Card sample
#dcd7fe text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd7fe;
Background color
Panel with #dcd7fe background
background-color: #dcd7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 215, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 215, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd7fe; background: linear-gradient(135deg, #dcd7fe, #F6D7FE);