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