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