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