#dba3cc
a light, soft magenta / pink · warm · closest name: plum
RGB
219, 163, 204
HSL
316°, 44%, 75%
CMYK
0, 26, 7, 14
Luminance
0.4561
Every format
| HEX | #dba3cc |
| RGB | rgb(219, 163, 204) |
| HSL | hsl(316, 44%, 75%) |
| CMYK | cmyk(0%, 26%, 7%, 14%) |
| LAB | lab(73.3 27.2 -12.8) |
| LCH | lch(73.3 30.1 334.8) |
| OKLCH | oklch(0.780 0.085 336.4) |
Copy-ready code
/* CSS */
color: #dba3cc;
background-color: #dba3cc;
/* Tailwind (arbitrary) */
class="text-[#dba3cc] bg-[#dba3cc]"
/* SCSS */
$brand: #dba3cc;
/* SwiftUI */
Color(red: 0.859, green: 0.639, blue: 0.800)
/* Android */
Color.parseColor("#dba3cc")Accessibility — WCAG contrast
Aa
#dba3cc on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba3cc on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green63.9%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow6.8%
Key (black)14.1%
Color previews
#dba3cc text on a black background
contrast 10.12:1
Card sample
#dba3cc text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba3cc;
Background color
Panel with #dba3cc background
background-color: #dba3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 163, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 163, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba3cc; background: linear-gradient(135deg, #dba3cc, #DBA3A7);