#db4fd5
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 79, 213
HSL
303°, 66%, 58%
CMYK
0, 64, 3, 14
Luminance
0.2546
Every format
| HEX | #db4fd5 |
| RGB | rgb(219, 79, 213) |
| HSL | hsl(303, 66%, 58%) |
| CMYK | cmyk(0%, 64%, 3%, 14%) |
| LAB | lab(57.5 70.0 -42.1) |
| LCH | lch(57.5 81.6 329.0) |
| OKLCH | oklch(0.664 0.229 329.6) |
Copy-ready code
/* CSS */
color: #db4fd5;
background-color: #db4fd5;
/* Tailwind (arbitrary) */
class="text-[#db4fd5] bg-[#db4fd5]"
/* SCSS */
$brand: #db4fd5;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 0.835)
/* Android */
Color.parseColor("#db4fd5")Accessibility — WCAG contrast
Aa
#db4fd5 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4fd5 on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow2.7%
Key (black)14.1%
Color previews
#db4fd5 text on a black background
contrast 6.09:1
Card sample
#db4fd5 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4fd5;
Background color
Panel with #db4fd5 background
background-color: #db4fd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4fd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4fd5; background: linear-gradient(135deg, #db4fd5, #DB4F78);