#df13eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 19, 235
HSL
297°, 85%, 50%
CMYK
5, 92, 0, 8
Luminance
0.2215
Every format
| HEX | #df13eb |
| RGB | rgb(223, 19, 235) |
| HSL | hsl(297, 85%, 50%) |
| CMYK | cmyk(5%, 92%, 0%, 8%) |
| LAB | lab(54.2 89.0 -59.8) |
| LCH | lch(54.2 107.3 326.1) |
| OKLCH | oklch(0.645 0.294 325.5) |
Copy-ready code
/* CSS */
color: #df13eb;
background-color: #df13eb;
/* Tailwind (arbitrary) */
class="text-[#df13eb] bg-[#df13eb]"
/* SCSS */
$brand: #df13eb;
/* SwiftUI */
Color(red: 0.875, green: 0.075, blue: 0.922)
/* Android */
Color.parseColor("#df13eb")Accessibility — WCAG contrast
Aa
#df13eb on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df13eb on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.5%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta91.9%
Yellow0.0%
Key (black)7.8%
Color previews
#df13eb text on a black background
contrast 5.43:1
Card sample
#df13eb text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df13eb;
Background color
Panel with #df13eb background
background-color: #df13eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df13eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 19, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 19, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df13eb; background: linear-gradient(135deg, #df13eb, #EB1367);