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