#df43eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 67, 235
HSL
296°, 81%, 59%
CMYK
5, 72, 0, 8
Luminance
0.2570
Every format
| HEX | #df43eb |
| RGB | rgb(223, 67, 235) |
| HSL | hsl(296, 81%, 59%) |
| CMYK | cmyk(5%, 72%, 0%, 8%) |
| LAB | lab(57.8 78.7 -54.1) |
| LCH | lch(57.8 95.5 325.5) |
| OKLCH | oklch(0.670 0.262 324.9) |
Copy-ready code
/* CSS */
color: #df43eb;
background-color: #df43eb;
/* Tailwind (arbitrary) */
class="text-[#df43eb] bg-[#df43eb]"
/* SCSS */
$brand: #df43eb;
/* SwiftUI */
Color(red: 0.875, green: 0.263, blue: 0.922)
/* Android */
Color.parseColor("#df43eb")Accessibility — WCAG contrast
Aa
#df43eb on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df43eb on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green26.3%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta71.5%
Yellow0.0%
Key (black)7.8%
Color previews
#df43eb text on a black background
contrast 6.14:1
Card sample
#df43eb text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df43eb;
Background color
Panel with #df43eb background
background-color: #df43eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df43eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 67, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 67, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df43eb; background: linear-gradient(135deg, #df43eb, #EB4387);