#db2fdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
219, 47, 223
HSL
299°, 73%, 53%
CMYK
2, 79, 0, 13
Luminance
0.2242
Every format
| HEX | #db2fdf |
| RGB | rgb(219, 47, 223) |
| HSL | hsl(299, 73%, 53%) |
| CMYK | cmyk(2%, 79%, 0%, 13%) |
| LAB | lab(54.5 81.7 -52.6) |
| LCH | lch(54.5 97.2 327.2) |
| OKLCH | oklch(0.643 0.269 327.1) |
Copy-ready code
/* CSS */
color: #db2fdf;
background-color: #db2fdf;
/* Tailwind (arbitrary) */
class="text-[#db2fdf] bg-[#db2fdf]"
/* SCSS */
$brand: #db2fdf;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#db2fdf")Accessibility — WCAG contrast
Aa
#db2fdf on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2fdf on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue87.5%
CMYK percentages
Cyan1.8%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#db2fdf text on a black background
contrast 5.48:1
Card sample
#db2fdf text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2fdf;
Background color
Panel with #db2fdf background
background-color: #db2fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2fdf; background: linear-gradient(135deg, #db2fdf, #DF2F6E);