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