#db4fc2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 79, 194
HSL
311°, 66%, 58%
CMYK
0, 64, 11, 14
Luminance
0.2455
Every format
| HEX | #db4fc2 |
| RGB | rgb(219, 79, 194) |
| HSL | hsl(311, 66%, 58%) |
| CMYK | cmyk(0%, 64%, 11%, 14%) |
| LAB | lab(56.6 67.0 -32.6) |
| LCH | lch(56.6 74.5 334.0) |
| OKLCH | oklch(0.654 0.215 335.5) |
Copy-ready code
/* CSS */
color: #db4fc2;
background-color: #db4fc2;
/* Tailwind (arbitrary) */
class="text-[#db4fc2] bg-[#db4fc2]"
/* SCSS */
$brand: #db4fc2;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 0.761)
/* Android */
Color.parseColor("#db4fc2")Accessibility — WCAG contrast
Aa
#db4fc2 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4fc2 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow11.4%
Key (black)14.1%
Color previews
#db4fc2 text on a black background
contrast 5.91:1
Card sample
#db4fc2 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4fc2;
Background color
Panel with #db4fc2 background
background-color: #db4fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4fc2; background: linear-gradient(135deg, #db4fc2, #DB4F65);