#dcbfdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
220, 191, 223
HSL
294°, 33%, 81%
CMYK
1, 14, 0, 13
Luminance
0.5780
Every format
| HEX | #dcbfdf |
| RGB | rgb(220, 191, 223) |
| HSL | hsl(294, 33%, 81%) |
| CMYK | cmyk(1%, 14%, 0%, 13%) |
| LAB | lab(80.6 15.9 -12.1) |
| LCH | lch(80.6 20.0 322.6) |
| OKLCH | oklch(0.839 0.054 323.1) |
Copy-ready code
/* CSS */
color: #dcbfdf;
background-color: #dcbfdf;
/* Tailwind (arbitrary) */
class="text-[#dcbfdf] bg-[#dcbfdf]"
/* SCSS */
$brand: #dcbfdf;
/* SwiftUI */
Color(red: 0.863, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#dcbfdf")Accessibility — WCAG contrast
Aa
#dcbfdf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcbfdf on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green74.9%
Blue87.5%
CMYK percentages
Cyan1.3%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#dcbfdf text on a black background
contrast 12.56:1
Card sample
#dcbfdf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcbfdf;
Background color
Panel with #dcbfdf background
background-color: #dcbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcbfdf; background: linear-gradient(135deg, #dcbfdf, #DFBFCD);