#dba0cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 160, 207
HSL
312°, 45%, 74%
CMYK
0, 27, 6, 14
Luminance
0.4471
Every format
| HEX | #dba0cf |
| RGB | rgb(219, 160, 207) |
| HSL | hsl(312, 45%, 74%) |
| CMYK | cmyk(0%, 27%, 6%, 14%) |
| LAB | lab(72.7 29.3 -15.3) |
| LCH | lch(72.7 33.1 332.4) |
| OKLCH | oklch(0.776 0.093 333.8) |
Copy-ready code
/* CSS */
color: #dba0cf;
background-color: #dba0cf;
/* Tailwind (arbitrary) */
class="text-[#dba0cf] bg-[#dba0cf]"
/* SCSS */
$brand: #dba0cf;
/* SwiftUI */
Color(red: 0.859, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#dba0cf")Accessibility — WCAG contrast
Aa
#dba0cf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba0cf on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green62.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow5.5%
Key (black)14.1%
Color previews
#dba0cf text on a black background
contrast 9.94:1
Card sample
#dba0cf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba0cf;
Background color
Panel with #dba0cf background
background-color: #dba0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba0cf; background: linear-gradient(135deg, #dba0cf, #DBA0A8);