#df33eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 51, 235
HSL
296°, 82%, 56%
CMYK
5, 78, 0, 8
Luminance
0.2405
Every format
| HEX | #df33eb |
| RGB | rgb(223, 51, 235) |
| HSL | hsl(296, 82%, 56%) |
| CMYK | cmyk(5%, 78%, 0%, 8%) |
| LAB | lab(56.1 83.3 -56.7) |
| LCH | lch(56.1 100.8 325.8) |
| OKLCH | oklch(0.659 0.276 325.1) |
Copy-ready code
/* CSS */
color: #df33eb;
background-color: #df33eb;
/* Tailwind (arbitrary) */
class="text-[#df33eb] bg-[#df33eb]"
/* SCSS */
$brand: #df33eb;
/* SwiftUI */
Color(red: 0.875, green: 0.200, blue: 0.922)
/* Android */
Color.parseColor("#df33eb")Accessibility — WCAG contrast
Aa
#df33eb on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df33eb on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.0%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta78.3%
Yellow0.0%
Key (black)7.8%
Color previews
#df33eb text on a black background
contrast 5.81:1
Card sample
#df33eb text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df33eb;
Background color
Panel with #df33eb background
background-color: #df33eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df33eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 51, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 51, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df33eb; background: linear-gradient(135deg, #df33eb, #EB337C);