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