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