#db4cf5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 76, 245
HSL
291°, 89%, 63%
CMYK
11, 69, 0, 4
Luminance
0.2682
Every format
| HEX | #db4cf5 |
| RGB | rgb(219, 76, 245) |
| HSL | hsl(291, 89%, 63%) |
| CMYK | cmyk(11%, 69%, 0%, 4%) |
| LAB | lab(58.8 76.5 -58.0) |
| LCH | lch(58.8 96.0 322.8) |
| OKLCH | oklch(0.678 0.258 321.1) |
Copy-ready code
/* CSS */
color: #db4cf5;
background-color: #db4cf5;
/* Tailwind (arbitrary) */
class="text-[#db4cf5] bg-[#db4cf5]"
/* SCSS */
$brand: #db4cf5;
/* SwiftUI */
Color(red: 0.859, green: 0.298, blue: 0.961)
/* Android */
Color.parseColor("#db4cf5")Accessibility — WCAG contrast
Aa
#db4cf5 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4cf5 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green29.8%
Blue96.1%
CMYK percentages
Cyan10.6%
Magenta69.0%
Yellow0.0%
Key (black)3.9%
Color previews
#db4cf5 text on a black background
contrast 6.36:1
Card sample
#db4cf5 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4cf5;
Background color
Panel with #db4cf5 background
background-color: #db4cf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4cf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 76, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 76, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4cf5; background: linear-gradient(135deg, #db4cf5, #F54C9E);