#dbacce
a light, soft magenta / pink · warm · closest name: plum
RGB
219, 172, 206
HSL
317°, 40%, 77%
CMYK
0, 22, 6, 14
Luminance
0.4902
Every format
| HEX | #dbacce |
| RGB | rgb(219, 172, 206) |
| HSL | hsl(317, 40%, 77%) |
| CMYK | cmyk(0%, 22%, 6%, 14%) |
| LAB | lab(75.5 22.7 -10.7) |
| LCH | lch(75.5 25.1 334.8) |
| OKLCH | oklch(0.797 0.071 336.4) |
Copy-ready code
/* CSS */
color: #dbacce;
background-color: #dbacce;
/* Tailwind (arbitrary) */
class="text-[#dbacce] bg-[#dbacce]"
/* SCSS */
$brand: #dbacce;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#dbacce")Accessibility — WCAG contrast
Aa
#dbacce on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacce on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow5.9%
Key (black)14.1%
Color previews
#dbacce text on a black background
contrast 10.80:1
Card sample
#dbacce text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacce;
Background color
Panel with #dbacce background
background-color: #dbacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacce; background: linear-gradient(135deg, #dbacce, #DBACAF);