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