#dba7cb
a light, soft magenta / pink · warm · closest name: plum
RGB
219, 167, 203
HSL
319°, 42%, 76%
CMYK
0, 24, 7, 14
Luminance
0.4701
Every format
| HEX | #dba7cb |
| RGB | rgb(219, 167, 203) |
| HSL | hsl(319, 42%, 76%) |
| CMYK | cmyk(0%, 24%, 7%, 14%) |
| LAB | lab(74.2 24.9 -10.9) |
| LCH | lch(74.2 27.1 336.3) |
| OKLCH | oklch(0.787 0.077 338.0) |
Copy-ready code
/* CSS */
color: #dba7cb;
background-color: #dba7cb;
/* Tailwind (arbitrary) */
class="text-[#dba7cb] bg-[#dba7cb]"
/* SCSS */
$brand: #dba7cb;
/* SwiftUI */
Color(red: 0.859, green: 0.655, blue: 0.796)
/* Android */
Color.parseColor("#dba7cb")Accessibility — WCAG contrast
Aa
#dba7cb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba7cb on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green65.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow7.3%
Key (black)14.1%
Color previews
#dba7cb text on a black background
contrast 10.40:1
Card sample
#dba7cb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba7cb;
Background color
Panel with #dba7cb background
background-color: #dba7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 167, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 167, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba7cb; background: linear-gradient(135deg, #dba7cb, #DBA7A8);