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