#df36eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 54, 235
HSL
296°, 82%, 57%
CMYK
5, 77, 0, 8
Luminance
0.2432
Every format
| HEX | #df36eb |
| RGB | rgb(223, 54, 235) |
| HSL | hsl(296, 82%, 57%) |
| CMYK | cmyk(5%, 77%, 0%, 8%) |
| LAB | lab(56.4 82.5 -56.2) |
| LCH | lch(56.4 99.9 325.7) |
| OKLCH | oklch(0.661 0.274 325.1) |
Copy-ready code
/* CSS */
color: #df36eb;
background-color: #df36eb;
/* Tailwind (arbitrary) */
class="text-[#df36eb] bg-[#df36eb]"
/* SCSS */
$brand: #df36eb;
/* SwiftUI */
Color(red: 0.875, green: 0.212, blue: 0.922)
/* Android */
Color.parseColor("#df36eb")Accessibility — WCAG contrast
Aa
#df36eb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df36eb on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green21.2%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta77.0%
Yellow0.0%
Key (black)7.8%
Color previews
#df36eb text on a black background
contrast 5.86:1
Card sample
#df36eb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df36eb;
Background color
Panel with #df36eb background
background-color: #df36eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df36eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 54, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 54, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df36eb; background: linear-gradient(135deg, #df36eb, #EB367E);