#db4cf1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 76, 241
HSL
292°, 86%, 62%
CMYK
9, 69, 0, 6
Luminance
0.2658
Every format
| HEX | #db4cf1 |
| RGB | rgb(219, 76, 241) |
| HSL | hsl(292, 86%, 62%) |
| CMYK | cmyk(9%, 69%, 0%, 6%) |
| LAB | lab(58.6 75.8 -56.1) |
| LCH | lch(58.6 94.3 323.5) |
| OKLCH | oklch(0.676 0.255 322.0) |
Copy-ready code
/* CSS */
color: #db4cf1;
background-color: #db4cf1;
/* Tailwind (arbitrary) */
class="text-[#db4cf1] bg-[#db4cf1]"
/* SCSS */
$brand: #db4cf1;
/* SwiftUI */
Color(red: 0.859, green: 0.298, blue: 0.945)
/* Android */
Color.parseColor("#db4cf1")Accessibility — WCAG contrast
Aa
#db4cf1 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4cf1 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green29.8%
Blue94.5%
CMYK percentages
Cyan9.1%
Magenta68.5%
Yellow0.0%
Key (black)5.5%
Color previews
#db4cf1 text on a black background
contrast 6.32:1
Card sample
#db4cf1 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4cf1;
Background color
Panel with #db4cf1 background
background-color: #db4cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 76, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 76, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4cf1; background: linear-gradient(135deg, #db4cf1, #F14C99);