#db8fd4
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 143, 212
HSL
306°, 51%, 71%
CMYK
0, 35, 3, 14
Luminance
0.3946
Every format
| HEX | #db8fd4 |
| RGB | rgb(219, 143, 212) |
| HSL | hsl(306, 51%, 71%) |
| CMYK | cmyk(0%, 35%, 3%, 14%) |
| LAB | lab(69.1 39.3 -23.6) |
| LCH | lch(69.1 45.9 329.1) |
| OKLCH | oklch(0.749 0.128 330.0) |
Copy-ready code
/* CSS */
color: #db8fd4;
background-color: #db8fd4;
/* Tailwind (arbitrary) */
class="text-[#db8fd4] bg-[#db8fd4]"
/* SCSS */
$brand: #db8fd4;
/* SwiftUI */
Color(red: 0.859, green: 0.561, blue: 0.831)
/* Android */
Color.parseColor("#db8fd4")Accessibility — WCAG contrast
Aa
#db8fd4 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8fd4 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green56.1%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow3.2%
Key (black)14.1%
Color previews
#db8fd4 text on a black background
contrast 8.89:1
Card sample
#db8fd4 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8fd4;
Background color
Panel with #db8fd4 background
background-color: #db8fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 143, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 143, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8fd4; background: linear-gradient(135deg, #db8fd4, #DB8FA1);