#dcd9fa
a pale, electric blue · warm · closest name: lavender
RGB
220, 217, 250
HSL
246°, 77%, 92%
CMYK
12, 13, 0, 2
Luminance
0.7174
Every format
| HEX | #dcd9fa |
| RGB | rgb(220, 217, 250) |
| HSL | hsl(246, 77%, 92%) |
| CMYK | cmyk(12%, 13%, 0%, 2%) |
| LAB | lab(87.8 7.3 -15.7) |
| LCH | lch(87.8 17.3 295.0) |
| OKLCH | oklch(0.898 0.045 289.6) |
Copy-ready code
/* CSS */
color: #dcd9fa;
background-color: #dcd9fa;
/* Tailwind (arbitrary) */
class="text-[#dcd9fa] bg-[#dcd9fa]"
/* SCSS */
$brand: #dcd9fa;
/* SwiftUI */
Color(red: 0.863, green: 0.851, blue: 0.980)
/* Android */
Color.parseColor("#dcd9fa")Accessibility — WCAG contrast
Aa
#dcd9fa on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd9fa on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green85.1%
Blue98.0%
CMYK percentages
Cyan12.0%
Magenta13.2%
Yellow0.0%
Key (black)2.0%
Color previews
#dcd9fa text on a black background
contrast 15.35:1
Card sample
#dcd9fa text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd9fa;
Background color
Panel with #dcd9fa background
background-color: #dcd9fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd9fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 217, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 217, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd9fa; background: linear-gradient(135deg, #dcd9fa, #F2D9FA);