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