#dccdfd
a pale, electric violet · warm · closest name: lavender
RGB
220, 205, 253
HSL
259°, 92%, 90%
CMYK
13, 19, 0, 1
Luminance
0.6597
Every format
| HEX | #dccdfd |
| RGB | rgb(220, 205, 253) |
| HSL | hsl(259, 92%, 90%) |
| CMYK | cmyk(13%, 19%, 0%, 1%) |
| LAB | lab(85.0 14.3 -21.6) |
| LCH | lch(85.0 25.9 303.5) |
| OKLCH | oklch(0.876 0.067 299.3) |
Copy-ready code
/* CSS */
color: #dccdfd;
background-color: #dccdfd;
/* Tailwind (arbitrary) */
class="text-[#dccdfd] bg-[#dccdfd]"
/* SCSS */
$brand: #dccdfd;
/* SwiftUI */
Color(red: 0.863, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#dccdfd")Accessibility — WCAG contrast
Aa
#dccdfd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccdfd on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.4%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#dccdfd text on a black background
contrast 14.19:1
Card sample
#dccdfd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccdfd;
Background color
Panel with #dccdfd background
background-color: #dccdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccdfd; background: linear-gradient(135deg, #dccdfd, #FCCDFD);