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