#db9fdf
a light, vivid magenta / pink · warm · “plum”
RGB
219, 159, 223
HSL
296°, 50%, 75%
CMYK
2, 29, 0, 13
Luminance
0.4518
Every format
| HEX | #db9fdf |
| RGB | rgb(219, 159, 223) |
| HSL | hsl(296, 50%, 75%) |
| CMYK | cmyk(2%, 29%, 0%, 13%) |
| LAB | lab(73.0 32.8 -23.6) |
| LCH | lch(73.0 40.4 324.2) |
| OKLCH | oklch(0.780 0.110 324.5) |
Copy-ready code
/* CSS */
color: #db9fdf;
background-color: #db9fdf;
/* Tailwind (arbitrary) */
class="text-[#db9fdf] bg-[#db9fdf]"
/* SCSS */
$brand: #db9fdf;
/* SwiftUI */
Color(red: 0.859, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#db9fdf")Accessibility — WCAG contrast
Aa
#db9fdf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9fdf on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green62.4%
Blue87.5%
CMYK percentages
Cyan1.8%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#db9fdf text on a black background
contrast 10.04:1
Card sample
#db9fdf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9fdf;
Background color
Panel with #db9fdf background
background-color: #db9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9fdf; background: linear-gradient(135deg, #db9fdf, #DF9FB8);