#dfb9cf
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 185, 207
HSL
325°, 37%, 80%
CMYK
0, 17, 7, 13
Luminance
0.5489
Every format
| HEX | #dfb9cf |
| RGB | rgb(223, 185, 207) |
| HSL | hsl(325, 37%, 80%) |
| CMYK | cmyk(0%, 17%, 7%, 13%) |
| LAB | lab(79.0 17.2 -5.9) |
| LCH | lch(79.0 18.2 341.0) |
| OKLCH | oklch(0.825 0.052 342.6) |
Copy-ready code
/* CSS */
color: #dfb9cf;
background-color: #dfb9cf;
/* Tailwind (arbitrary) */
class="text-[#dfb9cf] bg-[#dfb9cf]"
/* SCSS */
$brand: #dfb9cf;
/* SwiftUI */
Color(red: 0.875, green: 0.725, blue: 0.812)
/* Android */
Color.parseColor("#dfb9cf")Accessibility — WCAG contrast
Aa
#dfb9cf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb9cf on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow7.2%
Key (black)12.5%
Color previews
#dfb9cf text on a black background
contrast 11.98:1
Card sample
#dfb9cf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb9cf;
Background color
Panel with #dfb9cf background
background-color: #dfb9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 185, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 185, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb9cf; background: linear-gradient(135deg, #dfb9cf, #DFBCB9);