#db2fd0
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
219, 47, 208
HSL
304°, 71%, 52%
CMYK
0, 79, 5, 14
Luminance
0.2165
Every format
| HEX | #db2fd0 |
| RGB | rgb(219, 47, 208) |
| HSL | hsl(304, 71%, 52%) |
| CMYK | cmyk(0%, 79%, 5%, 14%) |
| LAB | lab(53.6 79.4 -45.4) |
| LCH | lch(53.6 91.5 330.3) |
| OKLCH | oklch(0.635 0.259 331.1) |
Copy-ready code
/* CSS */
color: #db2fd0;
background-color: #db2fd0;
/* Tailwind (arbitrary) */
class="text-[#db2fd0] bg-[#db2fd0]"
/* SCSS */
$brand: #db2fd0;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#db2fd0")Accessibility — WCAG contrast
Aa
#db2fd0 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2fd0 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow5.0%
Key (black)14.1%
Color previews
#db2fd0 text on a black background
contrast 5.33:1
Card sample
#db2fd0 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2fd0;
Background color
Panel with #db2fd0 background
background-color: #db2fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2fd0; background: linear-gradient(135deg, #db2fd0, #DB2F5E);