#df53eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
223, 83, 235
HSL
295°, 79%, 62%
CMYK
5, 65, 0, 8
Luminance
0.2787
Every format
| HEX | #df53eb |
| RGB | rgb(223, 83, 235) |
| HSL | hsl(295, 79%, 62%) |
| CMYK | cmyk(5%, 65%, 0%, 8%) |
| LAB | lab(59.8 73.0 -50.9) |
| LCH | lch(59.8 89.0 325.1) |
| OKLCH | oklch(0.685 0.243 324.5) |
Copy-ready code
/* CSS */
color: #df53eb;
background-color: #df53eb;
/* Tailwind (arbitrary) */
class="text-[#df53eb] bg-[#df53eb]"
/* SCSS */
$brand: #df53eb;
/* SwiftUI */
Color(red: 0.875, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#df53eb")Accessibility — WCAG contrast
Aa
#df53eb on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df53eb on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.5%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta64.7%
Yellow0.0%
Key (black)7.8%
Color previews
#df53eb text on a black background
contrast 6.57:1
Card sample
#df53eb text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df53eb;
Background color
Panel with #df53eb background
background-color: #df53eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df53eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df53eb; background: linear-gradient(135deg, #df53eb, #EB5392);