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