#dfb5cf
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 181, 207
HSL
323°, 40%, 79%
CMYK
0, 19, 7, 13
Luminance
0.5324
Every format
| HEX | #dfb5cf |
| RGB | rgb(223, 181, 207) |
| HSL | hsl(323, 40%, 79%) |
| CMYK | cmyk(0%, 19%, 7%, 13%) |
| LAB | lab(78.0 19.4 -7.4) |
| LCH | lch(78.0 20.7 339.2) |
| OKLCH | oklch(0.818 0.059 340.9) |
Copy-ready code
/* CSS */
color: #dfb5cf;
background-color: #dfb5cf;
/* Tailwind (arbitrary) */
class="text-[#dfb5cf] bg-[#dfb5cf]"
/* SCSS */
$brand: #dfb5cf;
/* SwiftUI */
Color(red: 0.875, green: 0.710, blue: 0.812)
/* Android */
Color.parseColor("#dfb5cf")Accessibility — WCAG contrast
Aa
#dfb5cf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb5cf on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow7.2%
Key (black)12.5%
Color previews
#dfb5cf text on a black background
contrast 11.65:1
Card sample
#dfb5cf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb5cf;
Background color
Panel with #dfb5cf background
background-color: #dfb5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 181, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 181, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb5cf; background: linear-gradient(135deg, #dfb5cf, #DFB7B5);