#db8fdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 143, 223
HSL
297°, 56%, 72%
CMYK
2, 36, 0, 13
Luminance
0.4003
Every format
| HEX | #db8fdf |
| RGB | rgb(219, 143, 223) |
| HSL | hsl(297, 56%, 72%) |
| CMYK | cmyk(2%, 36%, 0%, 13%) |
| LAB | lab(69.5 41.4 -29.0) |
| LCH | lch(69.5 50.5 324.9) |
| OKLCH | oklch(0.754 0.138 325.1) |
Copy-ready code
/* CSS */
color: #db8fdf;
background-color: #db8fdf;
/* Tailwind (arbitrary) */
class="text-[#db8fdf] bg-[#db8fdf]"
/* SCSS */
$brand: #db8fdf;
/* SwiftUI */
Color(red: 0.859, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#db8fdf")Accessibility — WCAG contrast
Aa
#db8fdf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8fdf on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green56.1%
Blue87.5%
CMYK percentages
Cyan1.8%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#db8fdf text on a black background
contrast 9.01:1
Card sample
#db8fdf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8fdf;
Background color
Panel with #db8fdf background
background-color: #db8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8fdf; background: linear-gradient(135deg, #db8fdf, #DF8FAE);