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