#dba4ce
a light, soft magenta / pink · warm · closest name: plum
RGB
219, 164, 206
HSL
314°, 43%, 75%
CMYK
0, 25, 6, 14
Luminance
0.4607
Every format
| HEX | #dba4ce |
| RGB | rgb(219, 164, 206) |
| HSL | hsl(314, 43%, 75%) |
| CMYK | cmyk(0%, 25%, 6%, 14%) |
| LAB | lab(73.6 27.0 -13.5) |
| LCH | lch(73.6 30.2 333.5) |
| OKLCH | oklch(0.783 0.085 335.0) |
Copy-ready code
/* CSS */
color: #dba4ce;
background-color: #dba4ce;
/* Tailwind (arbitrary) */
class="text-[#dba4ce] bg-[#dba4ce]"
/* SCSS */
$brand: #dba4ce;
/* SwiftUI */
Color(red: 0.859, green: 0.643, blue: 0.808)
/* Android */
Color.parseColor("#dba4ce")Accessibility — WCAG contrast
Aa
#dba4ce on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba4ce on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green64.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow5.9%
Key (black)14.1%
Color previews
#dba4ce text on a black background
contrast 10.21:1
Card sample
#dba4ce text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba4ce;
Background color
Panel with #dba4ce background
background-color: #dba4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 164, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 164, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba4ce; background: linear-gradient(135deg, #dba4ce, #DBA4A9);