#dcd7fa
a pale, electric blue · warm · closest name: lavender
RGB
220, 215, 250
HSL
249°, 78%, 91%
CMYK
12, 14, 0, 2
Luminance
0.7072
Every format
| HEX | #dcd7fa |
| RGB | rgb(220, 215, 250) |
| HSL | hsl(249, 78%, 91%) |
| CMYK | cmyk(12%, 14%, 0%, 2%) |
| LAB | lab(87.3 8.3 -16.4) |
| LCH | lch(87.3 18.4 296.9) |
| OKLCH | oklch(0.894 0.048 292.0) |
Copy-ready code
/* CSS */
color: #dcd7fa;
background-color: #dcd7fa;
/* Tailwind (arbitrary) */
class="text-[#dcd7fa] bg-[#dcd7fa]"
/* SCSS */
$brand: #dcd7fa;
/* SwiftUI */
Color(red: 0.863, green: 0.843, blue: 0.980)
/* Android */
Color.parseColor("#dcd7fa")Accessibility — WCAG contrast
Aa
#dcd7fa on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd7fa on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green84.3%
Blue98.0%
CMYK percentages
Cyan12.0%
Magenta14.0%
Yellow0.0%
Key (black)2.0%
Color previews
#dcd7fa text on a black background
contrast 15.14:1
Card sample
#dcd7fa text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd7fa;
Background color
Panel with #dcd7fa background
background-color: #dcd7fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd7fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 215, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 215, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd7fa; background: linear-gradient(135deg, #dcd7fa, #F3D7FA);