#dccdfb
a pale, electric violet · warm · closest name: lavender
RGB
220, 205, 251
HSL
260°, 85%, 89%
CMYK
12, 18, 0, 2
Luminance
0.6584
Every format
| HEX | #dccdfb |
| RGB | rgb(220, 205, 251) |
| HSL | hsl(260, 85%, 89%) |
| CMYK | cmyk(12%, 18%, 0%, 2%) |
| LAB | lab(84.9 13.9 -20.6) |
| LCH | lch(84.9 24.9 303.9) |
| OKLCH | oklch(0.875 0.065 300.0) |
Copy-ready code
/* CSS */
color: #dccdfb;
background-color: #dccdfb;
/* Tailwind (arbitrary) */
class="text-[#dccdfb] bg-[#dccdfb]"
/* SCSS */
$brand: #dccdfb;
/* SwiftUI */
Color(red: 0.863, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#dccdfb")Accessibility — WCAG contrast
Aa
#dccdfb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccdfb on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.4%
Blue98.4%
CMYK percentages
Cyan12.4%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#dccdfb text on a black background
contrast 14.17:1
Card sample
#dccdfb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccdfb;
Background color
Panel with #dccdfb background
background-color: #dccdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccdfb; background: linear-gradient(135deg, #dccdfb, #FBCDFB);