#dccbdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
220, 203, 223
HSL
291°, 24%, 84%
CMYK
1, 9, 0, 13
Luminance
0.6326
Every format
| HEX | #dccbdf |
| RGB | rgb(220, 203, 223) |
| HSL | hsl(291, 24%, 84%) |
| CMYK | cmyk(1%, 9%, 0%, 13%) |
| LAB | lab(83.6 9.5 -7.8) |
| LCH | lch(83.6 12.2 320.7) |
| OKLCH | oklch(0.862 0.033 321.1) |
Copy-ready code
/* CSS */
color: #dccbdf;
background-color: #dccbdf;
/* Tailwind (arbitrary) */
class="text-[#dccbdf] bg-[#dccbdf]"
/* SCSS */
$brand: #dccbdf;
/* SwiftUI */
Color(red: 0.863, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#dccbdf")Accessibility — WCAG contrast
Aa
#dccbdf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccbdf on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.6%
Blue87.5%
CMYK percentages
Cyan1.3%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#dccbdf text on a black background
contrast 13.65:1
Card sample
#dccbdf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccbdf;
Background color
Panel with #dccbdf background
background-color: #dccbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccbdf; background: linear-gradient(135deg, #dccbdf, #DFCBD5);