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