#dfb2cf
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 178, 207
HSL
321°, 41%, 79%
CMYK
0, 20, 7, 13
Luminance
0.5203
Every format
| HEX | #dfb2cf |
| RGB | rgb(223, 178, 207) |
| HSL | hsl(321, 41%, 79%) |
| CMYK | cmyk(0%, 20%, 7%, 13%) |
| LAB | lab(77.3 21.0 -8.4) |
| LCH | lch(77.3 22.6 338.1) |
| OKLCH | oklch(0.812 0.064 339.8) |
Copy-ready code
/* CSS */
color: #dfb2cf;
background-color: #dfb2cf;
/* Tailwind (arbitrary) */
class="text-[#dfb2cf] bg-[#dfb2cf]"
/* SCSS */
$brand: #dfb2cf;
/* SwiftUI */
Color(red: 0.875, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#dfb2cf")Accessibility — WCAG contrast
Aa
#dfb2cf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb2cf on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green69.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow7.2%
Key (black)12.5%
Color previews
#dfb2cf text on a black background
contrast 11.41:1
Card sample
#dfb2cf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb2cf;
Background color
Panel with #dfb2cf background
background-color: #dfb2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb2cf; background: linear-gradient(135deg, #dfb2cf, #DFB3B2);