#dcbcdf
a light, soft magenta / pink · warm · closest name: pink
RGB
220, 188, 223
HSL
295°, 35%, 81%
CMYK
1, 16, 0, 13
Luminance
0.5651
Every format
| HEX | #dcbcdf |
| RGB | rgb(220, 188, 223) |
| HSL | hsl(295, 35%, 81%) |
| CMYK | cmyk(1%, 16%, 0%, 13%) |
| LAB | lab(79.9 17.5 -13.2) |
| LCH | lch(79.9 21.9 322.9) |
| OKLCH | oklch(0.834 0.059 323.4) |
Copy-ready code
/* CSS */
color: #dcbcdf;
background-color: #dcbcdf;
/* Tailwind (arbitrary) */
class="text-[#dcbcdf] bg-[#dcbcdf]"
/* SCSS */
$brand: #dcbcdf;
/* SwiftUI */
Color(red: 0.863, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#dcbcdf")Accessibility — WCAG contrast
Aa
#dcbcdf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcbcdf on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green73.7%
Blue87.5%
CMYK percentages
Cyan1.3%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#dcbcdf text on a black background
contrast 12.30:1
Card sample
#dcbcdf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcbcdf;
Background color
Panel with #dcbcdf background
background-color: #dcbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcbcdf; background: linear-gradient(135deg, #dcbcdf, #DFBCCB);