#df49eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 73, 235
HSL
296°, 80%, 60%
CMYK
5, 69, 0, 8
Luminance
0.2645
Every format
| HEX | #df49eb |
| RGB | rgb(223, 73, 235) |
| HSL | hsl(296, 80%, 60%) |
| CMYK | cmyk(5%, 69%, 0%, 8%) |
| LAB | lab(58.5 76.7 -53.0) |
| LCH | lch(58.5 93.2 325.4) |
| OKLCH | oklch(0.675 0.255 324.7) |
Copy-ready code
/* CSS */
color: #df49eb;
background-color: #df49eb;
/* Tailwind (arbitrary) */
class="text-[#df49eb] bg-[#df49eb]"
/* SCSS */
$brand: #df49eb;
/* SwiftUI */
Color(red: 0.875, green: 0.286, blue: 0.922)
/* Android */
Color.parseColor("#df49eb")Accessibility — WCAG contrast
Aa
#df49eb on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df49eb on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.6%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta68.9%
Yellow0.0%
Key (black)7.8%
Color previews
#df49eb text on a black background
contrast 6.29:1
Card sample
#df49eb text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df49eb;
Background color
Panel with #df49eb background
background-color: #df49eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df49eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 73, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 73, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df49eb; background: linear-gradient(135deg, #df49eb, #EB498B);