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