#dba5cb
a light, soft magenta / pink · warm · closest name: plum
RGB
219, 165, 203
HSL
318°, 43%, 75%
CMYK
0, 25, 7, 14
Luminance
0.4628
Every format
| HEX | #dba5cb |
| RGB | rgb(219, 165, 203) |
| HSL | hsl(318, 43%, 75%) |
| CMYK | cmyk(0%, 25%, 7%, 14%) |
| LAB | lab(73.7 25.9 -11.6) |
| LCH | lch(73.7 28.4 335.9) |
| OKLCH | oklch(0.784 0.081 337.5) |
Copy-ready code
/* CSS */
color: #dba5cb;
background-color: #dba5cb;
/* Tailwind (arbitrary) */
class="text-[#dba5cb] bg-[#dba5cb]"
/* SCSS */
$brand: #dba5cb;
/* SwiftUI */
Color(red: 0.859, green: 0.647, blue: 0.796)
/* Android */
Color.parseColor("#dba5cb")Accessibility — WCAG contrast
Aa
#dba5cb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba5cb on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green64.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow7.3%
Key (black)14.1%
Color previews
#dba5cb text on a black background
contrast 10.26:1
Card sample
#dba5cb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba5cb;
Background color
Panel with #dba5cb background
background-color: #dba5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 165, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 165, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba5cb; background: linear-gradient(135deg, #dba5cb, #DBA5A7);