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