#df50eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
223, 80, 235
HSL
295°, 80%, 62%
CMYK
5, 66, 0, 8
Luminance
0.2742
Every format
| HEX | #df50eb |
| RGB | rgb(223, 80, 235) |
| HSL | hsl(295, 80%, 62%) |
| CMYK | cmyk(5%, 66%, 0%, 8%) |
| LAB | lab(59.4 74.1 -51.5) |
| LCH | lch(59.4 90.3 325.2) |
| OKLCH | oklch(0.682 0.247 324.6) |
Copy-ready code
/* CSS */
color: #df50eb;
background-color: #df50eb;
/* Tailwind (arbitrary) */
class="text-[#df50eb] bg-[#df50eb]"
/* SCSS */
$brand: #df50eb;
/* SwiftUI */
Color(red: 0.875, green: 0.314, blue: 0.922)
/* Android */
Color.parseColor("#df50eb")Accessibility — WCAG contrast
Aa
#df50eb on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df50eb on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.4%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta66.0%
Yellow0.0%
Key (black)7.8%
Color previews
#df50eb text on a black background
contrast 6.48:1
Card sample
#df50eb text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df50eb;
Background color
Panel with #df50eb background
background-color: #df50eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df50eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 80, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 80, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df50eb; background: linear-gradient(135deg, #df50eb, #EB5090);