#db4fdc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 79, 220
HSL
300°, 67%, 59%
CMYK
1, 64, 0, 14
Luminance
0.2582
Every format
| HEX | #db4fdc |
| RGB | rgb(219, 79, 220) |
| HSL | hsl(300, 67%, 59%) |
| CMYK | cmyk(1%, 64%, 0%, 14%) |
| LAB | lab(57.9 71.1 -45.5) |
| LCH | lch(57.9 84.4 327.4) |
| OKLCH | oklch(0.667 0.234 327.5) |
Copy-ready code
/* CSS */
color: #db4fdc;
background-color: #db4fdc;
/* Tailwind (arbitrary) */
class="text-[#db4fdc] bg-[#db4fdc]"
/* SCSS */
$brand: #db4fdc;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 0.863)
/* Android */
Color.parseColor("#db4fdc")Accessibility — WCAG contrast
Aa
#db4fdc on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4fdc on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue86.3%
CMYK percentages
Cyan0.5%
Magenta64.1%
Yellow0.0%
Key (black)13.7%
Color previews
#db4fdc text on a black background
contrast 6.16:1
Card sample
#db4fdc text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4fdc;
Background color
Panel with #db4fdc background
background-color: #db4fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4fdc; background: linear-gradient(135deg, #db4fdc, #DC4F7F);