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