#df3bed
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 59, 237
HSL
295°, 83%, 58%
CMYK
6, 75, 0, 7
Luminance
0.2493
Every format
| HEX | #df3bed |
| RGB | rgb(223, 59, 237) |
| HSL | hsl(295, 83%, 58%) |
| CMYK | cmyk(6%, 75%, 0%, 7%) |
| LAB | lab(57.0 81.5 -56.4) |
| LCH | lch(57.0 99.1 325.3) |
| OKLCH | oklch(0.665 0.271 324.5) |
Copy-ready code
/* CSS */
color: #df3bed;
background-color: #df3bed;
/* Tailwind (arbitrary) */
class="text-[#df3bed] bg-[#df3bed]"
/* SCSS */
$brand: #df3bed;
/* SwiftUI */
Color(red: 0.875, green: 0.231, blue: 0.929)
/* Android */
Color.parseColor("#df3bed")Accessibility — WCAG contrast
Aa
#df3bed on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3bed on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.1%
Blue92.9%
CMYK percentages
Cyan5.9%
Magenta75.1%
Yellow0.0%
Key (black)7.1%
Color previews
#df3bed text on a black background
contrast 5.99:1
Card sample
#df3bed text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3bed;
Background color
Panel with #df3bed background
background-color: #df3bed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3bed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 59, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 59, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3bed; background: linear-gradient(135deg, #df3bed, #ED3B84);