#df3cea
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 60, 234
HSL
296°, 81%, 58%
CMYK
5, 74, 0, 8
Luminance
0.2486
Every format
| HEX | #df3cea |
| RGB | rgb(223, 60, 234) |
| HSL | hsl(296, 81%, 58%) |
| CMYK | cmyk(5%, 74%, 0%, 8%) |
| LAB | lab(56.9 80.7 -54.8) |
| LCH | lch(56.9 97.6 325.8) |
| OKLCH | oklch(0.664 0.268 325.2) |
Copy-ready code
/* CSS */
color: #df3cea;
background-color: #df3cea;
/* Tailwind (arbitrary) */
class="text-[#df3cea] bg-[#df3cea]"
/* SCSS */
$brand: #df3cea;
/* SwiftUI */
Color(red: 0.875, green: 0.235, blue: 0.918)
/* Android */
Color.parseColor("#df3cea")Accessibility — WCAG contrast
Aa
#df3cea on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3cea on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.5%
Blue91.8%
CMYK percentages
Cyan4.7%
Magenta74.4%
Yellow0.0%
Key (black)8.2%
Color previews
#df3cea text on a black background
contrast 5.97:1
Card sample
#df3cea text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3cea;
Background color
Panel with #df3cea background
background-color: #df3cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 60, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 60, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3cea; background: linear-gradient(135deg, #df3cea, #EA3C81);