#dfb1cf
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 177, 207
HSL
321°, 42%, 78%
CMYK
0, 21, 7, 13
Luminance
0.5164
Every format
| HEX | #dfb1cf |
| RGB | rgb(223, 177, 207) |
| HSL | hsl(321, 42%, 78%) |
| CMYK | cmyk(0%, 21%, 7%, 13%) |
| LAB | lab(77.1 21.5 -8.8) |
| LCH | lch(77.1 23.3 337.8) |
| OKLCH | oklch(0.811 0.066 339.5) |
Copy-ready code
/* CSS */
color: #dfb1cf;
background-color: #dfb1cf;
/* Tailwind (arbitrary) */
class="text-[#dfb1cf] bg-[#dfb1cf]"
/* SCSS */
$brand: #dfb1cf;
/* SwiftUI */
Color(red: 0.875, green: 0.694, blue: 0.812)
/* Android */
Color.parseColor("#dfb1cf")Accessibility — WCAG contrast
Aa
#dfb1cf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb1cf on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green69.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow7.2%
Key (black)12.5%
Color previews
#dfb1cf text on a black background
contrast 11.33:1
Card sample
#dfb1cf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb1cf;
Background color
Panel with #dfb1cf background
background-color: #dfb1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 177, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 177, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb1cf; background: linear-gradient(135deg, #dfb1cf, #DFB2B1);