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