#dfb8ce
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 184, 206
HSL
326°, 38%, 80%
CMYK
0, 18, 8, 13
Luminance
0.5443
Every format
| HEX | #dfb8ce |
| RGB | rgb(223, 184, 206) |
| HSL | hsl(326, 38%, 80%) |
| CMYK | cmyk(0%, 18%, 8%, 13%) |
| LAB | lab(78.7 17.6 -5.8) |
| LCH | lch(78.7 18.5 341.8) |
| OKLCH | oklch(0.823 0.053 343.4) |
Copy-ready code
/* CSS */
color: #dfb8ce;
background-color: #dfb8ce;
/* Tailwind (arbitrary) */
class="text-[#dfb8ce] bg-[#dfb8ce]"
/* SCSS */
$brand: #dfb8ce;
/* SwiftUI */
Color(red: 0.875, green: 0.722, blue: 0.808)
/* Android */
Color.parseColor("#dfb8ce")Accessibility — WCAG contrast
Aa
#dfb8ce on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb8ce on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow7.6%
Key (black)12.5%
Color previews
#dfb8ce text on a black background
contrast 11.89:1
Card sample
#dfb8ce text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb8ce;
Background color
Panel with #dfb8ce background
background-color: #dfb8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 184, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 184, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb8ce; background: linear-gradient(135deg, #dfb8ce, #DFBCB8);