#dcb0cf
a light, soft magenta / pink · warm · closest name: pink
RGB
220, 176, 207
HSL
318°, 39%, 78%
CMYK
0, 20, 6, 14
Luminance
0.5077
Every format
| HEX | #dcb0cf |
| RGB | rgb(220, 176, 207) |
| HSL | hsl(318, 39%, 78%) |
| CMYK | cmyk(0%, 20%, 6%, 14%) |
| LAB | lab(76.5 21.0 -9.6) |
| LCH | lch(76.5 23.1 335.5) |
| OKLCH | oklch(0.806 0.065 337.1) |
Copy-ready code
/* CSS */
color: #dcb0cf;
background-color: #dcb0cf;
/* Tailwind (arbitrary) */
class="text-[#dcb0cf] bg-[#dcb0cf]"
/* SCSS */
$brand: #dcb0cf;
/* SwiftUI */
Color(red: 0.863, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#dcb0cf")Accessibility — WCAG contrast
Aa
#dcb0cf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcb0cf on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green69.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow5.9%
Key (black)13.7%
Color previews
#dcb0cf text on a black background
contrast 11.15:1
Card sample
#dcb0cf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcb0cf;
Background color
Panel with #dcb0cf background
background-color: #dcb0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcb0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcb0cf; background: linear-gradient(135deg, #dcb0cf, #DCB0B2);