#dfbecf
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 190, 207
HSL
329°, 34%, 81%
CMYK
0, 15, 7, 13
Luminance
0.5702
Every format
| HEX | #dfbecf |
| RGB | rgb(223, 190, 207) |
| HSL | hsl(329, 34%, 81%) |
| CMYK | cmyk(0%, 15%, 7%, 13%) |
| LAB | lab(80.2 14.6 -4.2) |
| LCH | lch(80.2 15.1 344.1) |
| OKLCH | oklch(0.835 0.044 345.7) |
Copy-ready code
/* CSS */
color: #dfbecf;
background-color: #dfbecf;
/* Tailwind (arbitrary) */
class="text-[#dfbecf] bg-[#dfbecf]"
/* SCSS */
$brand: #dfbecf;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.812)
/* Android */
Color.parseColor("#dfbecf")Accessibility — WCAG contrast
Aa
#dfbecf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbecf on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow7.2%
Key (black)12.5%
Color previews
#dfbecf text on a black background
contrast 12.40:1
Card sample
#dfbecf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbecf;
Background color
Panel with #dfbecf background
background-color: #dfbecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbecf; background: linear-gradient(135deg, #dfbecf, #DFC3BE);