#dfacce
a light, soft magenta / pink · warm · closest name: plum
RGB
223, 172, 206
HSL
320°, 44%, 78%
CMYK
0, 23, 8, 13
Luminance
0.4965
Every format
| HEX | #dfacce |
| RGB | rgb(223, 172, 206) |
| HSL | hsl(320, 44%, 78%) |
| CMYK | cmyk(0%, 23%, 8%, 13%) |
| LAB | lab(75.8 24.1 -10.0) |
| LCH | lch(75.8 26.1 337.4) |
| OKLCH | oklch(0.801 0.074 339.0) |
Copy-ready code
/* CSS */
color: #dfacce;
background-color: #dfacce;
/* Tailwind (arbitrary) */
class="text-[#dfacce] bg-[#dfacce]"
/* SCSS */
$brand: #dfacce;
/* SwiftUI */
Color(red: 0.875, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#dfacce")Accessibility — WCAG contrast
Aa
#dfacce on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfacce on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow7.6%
Key (black)12.5%
Color previews
#dfacce text on a black background
contrast 10.93:1
Card sample
#dfacce text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfacce;
Background color
Panel with #dfacce background
background-color: #dfacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfacce; background: linear-gradient(135deg, #dfacce, #DFACAC);