#dcbbcf
a light, soft magenta / pink · warm · closest name: pink
RGB
220, 187, 207
HSL
324°, 32%, 80%
CMYK
0, 15, 6, 14
Luminance
0.5526
Every format
| HEX | #dcbbcf |
| RGB | rgb(220, 187, 207) |
| HSL | hsl(324, 32%, 80%) |
| CMYK | cmyk(0%, 15%, 6%, 14%) |
| LAB | lab(79.2 15.1 -5.7) |
| LCH | lch(79.2 16.1 339.5) |
| OKLCH | oklch(0.826 0.046 341.2) |
Copy-ready code
/* CSS */
color: #dcbbcf;
background-color: #dcbbcf;
/* Tailwind (arbitrary) */
class="text-[#dcbbcf] bg-[#dcbbcf]"
/* SCSS */
$brand: #dcbbcf;
/* SwiftUI */
Color(red: 0.863, green: 0.733, blue: 0.812)
/* Android */
Color.parseColor("#dcbbcf")Accessibility — WCAG contrast
Aa
#dcbbcf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcbbcf on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green73.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow5.9%
Key (black)13.7%
Color previews
#dcbbcf text on a black background
contrast 12.05:1
Card sample
#dcbbcf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcbbcf;
Background color
Panel with #dcbbcf background
background-color: #dcbbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcbbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 187, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 187, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcbbcf; background: linear-gradient(135deg, #dcbbcf, #DCBDBB);