#dfbfcb
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 191, 203
HSL
338°, 33%, 81%
CMYK
0, 14, 9, 13
Luminance
0.5726
Every format
| HEX | #dfbfcb |
| RGB | rgb(223, 191, 203) |
| HSL | hsl(338, 33%, 81%) |
| CMYK | cmyk(0%, 14%, 9%, 13%) |
| LAB | lab(80.3 13.3 -1.8) |
| LCH | lch(80.3 13.5 352.4) |
| OKLCH | oklch(0.836 0.040 353.4) |
Copy-ready code
/* CSS */
color: #dfbfcb;
background-color: #dfbfcb;
/* Tailwind (arbitrary) */
class="text-[#dfbfcb] bg-[#dfbfcb]"
/* SCSS */
$brand: #dfbfcb;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.796)
/* Android */
Color.parseColor("#dfbfcb")Accessibility — WCAG contrast
Aa
#dfbfcb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbfcb on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow9.0%
Key (black)12.5%
Color previews
#dfbfcb text on a black background
contrast 12.45:1
Card sample
#dfbfcb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbfcb;
Background color
Panel with #dfbfcb background
background-color: #dfbfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbfcb; background: linear-gradient(135deg, #dfbfcb, #DFC8BF);