#db4fd1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 79, 209
HSL
304°, 66%, 58%
CMYK
0, 64, 5, 14
Luminance
0.2526
Every format
| HEX | #db4fd1 |
| RGB | rgb(219, 79, 209) |
| HSL | hsl(304, 66%, 58%) |
| CMYK | cmyk(0%, 64%, 5%, 14%) |
| LAB | lab(57.3 69.3 -40.1) |
| LCH | lch(57.3 80.1 329.9) |
| OKLCH | oklch(0.661 0.226 330.8) |
Copy-ready code
/* CSS */
color: #db4fd1;
background-color: #db4fd1;
/* Tailwind (arbitrary) */
class="text-[#db4fd1] bg-[#db4fd1]"
/* SCSS */
$brand: #db4fd1;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 0.820)
/* Android */
Color.parseColor("#db4fd1")Accessibility — WCAG contrast
Aa
#db4fd1 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4fd1 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow4.6%
Key (black)14.1%
Color previews
#db4fd1 text on a black background
contrast 6.05:1
Card sample
#db4fd1 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4fd1;
Background color
Panel with #db4fd1 background
background-color: #db4fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4fd1; background: linear-gradient(135deg, #db4fd1, #DB4F74);