#db8fc2
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 143, 194
HSL
320°, 51%, 71%
CMYK
0, 35, 11, 14
Luminance
0.3860
Every format
| HEX | #db8fc2 |
| RGB | rgb(219, 143, 194) |
| HSL | hsl(320, 51%, 71%) |
| CMYK | cmyk(0%, 35%, 11%, 14%) |
| LAB | lab(68.5 36.2 -14.5) |
| LCH | lch(68.5 39.0 338.2) |
| OKLCH | oklch(0.742 0.112 339.9) |
Copy-ready code
/* CSS */
color: #db8fc2;
background-color: #db8fc2;
/* Tailwind (arbitrary) */
class="text-[#db8fc2] bg-[#db8fc2]"
/* SCSS */
$brand: #db8fc2;
/* SwiftUI */
Color(red: 0.859, green: 0.561, blue: 0.761)
/* Android */
Color.parseColor("#db8fc2")Accessibility — WCAG contrast
Aa
#db8fc2 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8fc2 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green56.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow11.4%
Key (black)14.1%
Color previews
#db8fc2 text on a black background
contrast 8.72:1
Card sample
#db8fc2 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8fc2;
Background color
Panel with #db8fc2 background
background-color: #db8fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 143, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 143, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8fc2; background: linear-gradient(135deg, #db8fc2, #DB8F8F);