#db2cf5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 44, 245
HSL
292°, 91%, 57%
CMYK
11, 82, 0, 4
Luminance
0.2345
Every format
| HEX | #db2cf5 |
| RGB | rgb(219, 44, 245) |
| HSL | hsl(292, 91%, 57%) |
| CMYK | cmyk(11%, 82%, 0%, 4%) |
| LAB | lab(55.5 85.9 -63.3) |
| LCH | lch(55.5 106.7 323.6) |
| OKLCH | oklch(0.655 0.287 321.9) |
Copy-ready code
/* CSS */
color: #db2cf5;
background-color: #db2cf5;
/* Tailwind (arbitrary) */
class="text-[#db2cf5] bg-[#db2cf5]"
/* SCSS */
$brand: #db2cf5;
/* SwiftUI */
Color(red: 0.859, green: 0.173, blue: 0.961)
/* Android */
Color.parseColor("#db2cf5")Accessibility — WCAG contrast
Aa
#db2cf5 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2cf5 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green17.3%
Blue96.1%
CMYK percentages
Cyan10.6%
Magenta82.0%
Yellow0.0%
Key (black)3.9%
Color previews
#db2cf5 text on a black background
contrast 5.69:1
Card sample
#db2cf5 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2cf5;
Background color
Panel with #db2cf5 background
background-color: #db2cf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2cf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 44, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 44, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2cf5; background: linear-gradient(135deg, #db2cf5, #F52C89);