#df24eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 36, 235
HSL
296°, 83%, 53%
CMYK
5, 85, 0, 8
Luminance
0.2295
Every format
| HEX | #df24eb |
| RGB | rgb(223, 36, 235) |
| HSL | hsl(296, 83%, 53%) |
| CMYK | cmyk(5%, 85%, 0%, 8%) |
| LAB | lab(55.0 86.6 -58.5) |
| LCH | lch(55.0 104.5 326.0) |
| OKLCH | oklch(0.651 0.287 325.3) |
Copy-ready code
/* CSS */
color: #df24eb;
background-color: #df24eb;
/* Tailwind (arbitrary) */
class="text-[#df24eb] bg-[#df24eb]"
/* SCSS */
$brand: #df24eb;
/* SwiftUI */
Color(red: 0.875, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#df24eb")Accessibility — WCAG contrast
Aa
#df24eb on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df24eb on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green14.1%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#df24eb text on a black background
contrast 5.59:1
Card sample
#df24eb text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df24eb;
Background color
Panel with #df24eb background
background-color: #df24eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df24eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df24eb; background: linear-gradient(135deg, #df24eb, #EB2472);