#dcd0fc
a pale, electric violet · warm · closest name: lavender
RGB
220, 208, 252
HSL
256°, 88%, 90%
CMYK
13, 18, 0, 1
Luminance
0.6736
Every format
| HEX | #dcd0fc |
| RGB | rgb(220, 208, 252) |
| HSL | hsl(256, 88%, 90%) |
| CMYK | cmyk(13%, 18%, 0%, 1%) |
| LAB | lab(85.7 12.5 -20.0) |
| LCH | lch(85.7 23.6 301.9) |
| OKLCH | oklch(0.881 0.061 297.6) |
Copy-ready code
/* CSS */
color: #dcd0fc;
background-color: #dcd0fc;
/* Tailwind (arbitrary) */
class="text-[#dcd0fc] bg-[#dcd0fc]"
/* SCSS */
$brand: #dcd0fc;
/* SwiftUI */
Color(red: 0.863, green: 0.816, blue: 0.988)
/* Android */
Color.parseColor("#dcd0fc")Accessibility — WCAG contrast
Aa
#dcd0fc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd0fc on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green81.6%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta17.5%
Yellow0.0%
Key (black)1.2%
Color previews
#dcd0fc text on a black background
contrast 14.47:1
Card sample
#dcd0fc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd0fc;
Background color
Panel with #dcd0fc background
background-color: #dcd0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 208, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 208, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd0fc; background: linear-gradient(135deg, #dcd0fc, #F9D0FC);