#db3fdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
219, 63, 223
HSL
299°, 71%, 56%
CMYK
2, 72, 0, 13
Luminance
0.2394
Every format
| HEX | #db3fdf |
| RGB | rgb(219, 63, 223) |
| HSL | hsl(299, 71%, 56%) |
| CMYK | cmyk(2%, 72%, 0%, 13%) |
| LAB | lab(56.0 77.2 -50.1) |
| LCH | lch(56.0 92.0 327.0) |
| OKLCH | oklch(0.654 0.255 326.9) |
Copy-ready code
/* CSS */
color: #db3fdf;
background-color: #db3fdf;
/* Tailwind (arbitrary) */
class="text-[#db3fdf] bg-[#db3fdf]"
/* SCSS */
$brand: #db3fdf;
/* SwiftUI */
Color(red: 0.859, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#db3fdf")Accessibility — WCAG contrast
Aa
#db3fdf on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3fdf on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.7%
Blue87.5%
CMYK percentages
Cyan1.8%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#db3fdf text on a black background
contrast 5.79:1
Card sample
#db3fdf text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3fdf;
Background color
Panel with #db3fdf background
background-color: #db3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3fdf; background: linear-gradient(135deg, #db3fdf, #DF3F78);