#dcb2cf
a light, soft magenta / pink · warm · closest name: pink
RGB
220, 178, 207
HSL
319°, 38%, 78%
CMYK
0, 19, 6, 14
Luminance
0.5156
Every format
| HEX | #dcb2cf |
| RGB | rgb(220, 178, 207) |
| HSL | hsl(319, 38%, 78%) |
| CMYK | cmyk(0%, 19%, 6%, 14%) |
| LAB | lab(77.0 20.0 -8.9) |
| LCH | lch(77.0 21.8 336.0) |
| OKLCH | oklch(0.810 0.062 337.7) |
Copy-ready code
/* CSS */
color: #dcb2cf;
background-color: #dcb2cf;
/* Tailwind (arbitrary) */
class="text-[#dcb2cf] bg-[#dcb2cf]"
/* SCSS */
$brand: #dcb2cf;
/* SwiftUI */
Color(red: 0.863, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#dcb2cf")Accessibility — WCAG contrast
Aa
#dcb2cf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcb2cf on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green69.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow5.9%
Key (black)13.7%
Color previews
#dcb2cf text on a black background
contrast 11.31:1
Card sample
#dcb2cf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcb2cf;
Background color
Panel with #dcb2cf background
background-color: #dcb2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcb2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcb2cf; background: linear-gradient(135deg, #dcb2cf, #DCB2B3);