#df20eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 32, 235
HSL
297°, 84%, 52%
CMYK
5, 86, 0, 8
Luminance
0.2272
Every format
| HEX | #df20eb |
| RGB | rgb(223, 32, 235) |
| HSL | hsl(297, 84%, 52%) |
| CMYK | cmyk(5%, 86%, 0%, 8%) |
| LAB | lab(54.8 87.3 -58.8) |
| LCH | lch(54.8 105.3 326.0) |
| OKLCH | oklch(0.649 0.289 325.4) |
Copy-ready code
/* CSS */
color: #df20eb;
background-color: #df20eb;
/* Tailwind (arbitrary) */
class="text-[#df20eb] bg-[#df20eb]"
/* SCSS */
$brand: #df20eb;
/* SwiftUI */
Color(red: 0.875, green: 0.125, blue: 0.922)
/* Android */
Color.parseColor("#df20eb")Accessibility — WCAG contrast
Aa
#df20eb on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df20eb on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.5%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta86.4%
Yellow0.0%
Key (black)7.8%
Color previews
#df20eb text on a black background
contrast 5.54:1
Card sample
#df20eb text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df20eb;
Background color
Panel with #df20eb background
background-color: #df20eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df20eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 32, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 32, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df20eb; background: linear-gradient(135deg, #df20eb, #EB2070);