#df5bed
a balanced, electric magenta / pink · warm · closest name: violet
RGB
223, 91, 237
HSL
294°, 80%, 64%
CMYK
6, 62, 0, 7
Luminance
0.2928
Every format
| HEX | #df5bed |
| RGB | rgb(223, 91, 237) |
| HSL | hsl(294, 80%, 64%) |
| CMYK | cmyk(6%, 62%, 0%, 7%) |
| LAB | lab(61.0 70.1 -50.0) |
| LCH | lch(61.0 86.1 324.5) |
| OKLCH | oklch(0.694 0.235 323.8) |
Copy-ready code
/* CSS */
color: #df5bed;
background-color: #df5bed;
/* Tailwind (arbitrary) */
class="text-[#df5bed] bg-[#df5bed]"
/* SCSS */
$brand: #df5bed;
/* SwiftUI */
Color(red: 0.875, green: 0.357, blue: 0.929)
/* Android */
Color.parseColor("#df5bed")Accessibility — WCAG contrast
Aa
#df5bed on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5bed on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green35.7%
Blue92.9%
CMYK percentages
Cyan5.9%
Magenta61.6%
Yellow0.0%
Key (black)7.1%
Color previews
#df5bed text on a black background
contrast 6.86:1
Card sample
#df5bed text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5bed;
Background color
Panel with #df5bed background
background-color: #df5bed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5bed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 91, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 91, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5bed; background: linear-gradient(135deg, #df5bed, #ED5B9A);