#db2cf4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 44, 244
HSL
293°, 90%, 57%
CMYK
10, 82, 0, 4
Luminance
0.2339
Every format
| HEX | #db2cf4 |
| RGB | rgb(219, 44, 244) |
| HSL | hsl(293, 90%, 57%) |
| CMYK | cmyk(10%, 82%, 0%, 4%) |
| LAB | lab(55.5 85.7 -62.8) |
| LCH | lch(55.5 106.3 323.8) |
| OKLCH | oklch(0.654 0.287 322.1) |
Copy-ready code
/* CSS */
color: #db2cf4;
background-color: #db2cf4;
/* Tailwind (arbitrary) */
class="text-[#db2cf4] bg-[#db2cf4]"
/* SCSS */
$brand: #db2cf4;
/* SwiftUI */
Color(red: 0.859, green: 0.173, blue: 0.957)
/* Android */
Color.parseColor("#db2cf4")Accessibility — WCAG contrast
Aa
#db2cf4 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2cf4 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green17.3%
Blue95.7%
CMYK percentages
Cyan10.2%
Magenta82.0%
Yellow0.0%
Key (black)4.3%
Color previews
#db2cf4 text on a black background
contrast 5.68:1
Card sample
#db2cf4 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2cf4;
Background color
Panel with #db2cf4 background
background-color: #db2cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 44, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 44, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2cf4; background: linear-gradient(135deg, #db2cf4, #F42C88);