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