#db2fe4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 47, 228
HSL
297°, 77%, 54%
CMYK
4, 79, 0, 11
Luminance
0.2269
Every format
| HEX | #db2fe4 |
| RGB | rgb(219, 47, 228) |
| HSL | hsl(297, 77%, 54%) |
| CMYK | cmyk(4%, 79%, 0%, 11%) |
| LAB | lab(54.8 82.5 -55.0) |
| LCH | lch(54.8 99.1 326.3) |
| OKLCH | oklch(0.646 0.273 325.9) |
Copy-ready code
/* CSS */
color: #db2fe4;
background-color: #db2fe4;
/* Tailwind (arbitrary) */
class="text-[#db2fe4] bg-[#db2fe4]"
/* SCSS */
$brand: #db2fe4;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.894)
/* Android */
Color.parseColor("#db2fe4")Accessibility — WCAG contrast
Aa
#db2fe4 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2fe4 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue89.4%
CMYK percentages
Cyan3.9%
Magenta79.4%
Yellow0.0%
Key (black)10.6%
Color previews
#db2fe4 text on a black background
contrast 5.54:1
Card sample
#db2fe4 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2fe4;
Background color
Panel with #db2fe4 background
background-color: #db2fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2fe4; background: linear-gradient(135deg, #db2fe4, #E42F74);