#dfb4cf
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 180, 207
HSL
322°, 40%, 79%
CMYK
0, 19, 7, 13
Luminance
0.5284
Every format
| HEX | #dfb4cf |
| RGB | rgb(223, 180, 207) |
| HSL | hsl(322, 40%, 79%) |
| CMYK | cmyk(0%, 19%, 7%, 13%) |
| LAB | lab(77.8 19.9 -7.7) |
| LCH | lch(77.8 21.4 338.8) |
| OKLCH | oklch(0.816 0.061 340.5) |
Copy-ready code
/* CSS */
color: #dfb4cf;
background-color: #dfb4cf;
/* Tailwind (arbitrary) */
class="text-[#dfb4cf] bg-[#dfb4cf]"
/* SCSS */
$brand: #dfb4cf;
/* SwiftUI */
Color(red: 0.875, green: 0.706, blue: 0.812)
/* Android */
Color.parseColor("#dfb4cf")Accessibility — WCAG contrast
Aa
#dfb4cf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb4cf on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green70.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow7.2%
Key (black)12.5%
Color previews
#dfb4cf text on a black background
contrast 11.57:1
Card sample
#dfb4cf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb4cf;
Background color
Panel with #dfb4cf background
background-color: #dfb4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 180, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 180, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb4cf; background: linear-gradient(135deg, #dfb4cf, #DFB6B4);