#dba9cf
a light, soft magenta / pink · warm · closest name: plum
RGB
219, 169, 207
HSL
314°, 41%, 76%
CMYK
0, 23, 6, 14
Luminance
0.4794
Every format
| HEX | #dba9cf |
| RGB | rgb(219, 169, 207) |
| HSL | hsl(314, 41%, 76%) |
| CMYK | cmyk(0%, 23%, 6%, 14%) |
| LAB | lab(74.8 24.5 -12.2) |
| LCH | lch(74.8 27.4 333.5) |
| OKLCH | oklch(0.792 0.077 335.0) |
Copy-ready code
/* CSS */
color: #dba9cf;
background-color: #dba9cf;
/* Tailwind (arbitrary) */
class="text-[#dba9cf] bg-[#dba9cf]"
/* SCSS */
$brand: #dba9cf;
/* SwiftUI */
Color(red: 0.859, green: 0.663, blue: 0.812)
/* Android */
Color.parseColor("#dba9cf")Accessibility — WCAG contrast
Aa
#dba9cf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba9cf on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green66.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow5.5%
Key (black)14.1%
Color previews
#dba9cf text on a black background
contrast 10.59:1
Card sample
#dba9cf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba9cf;
Background color
Panel with #dba9cf background
background-color: #dba9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 169, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 169, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba9cf; background: linear-gradient(135deg, #dba9cf, #DBA9AE);