#df78eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 120, 235
HSL
294°, 74%, 70%
CMYK
5, 49, 0, 8
Luminance
0.3512
Every format
| HEX | #df78eb |
| RGB | rgb(223, 120, 235) |
| HSL | hsl(294, 74%, 70%) |
| CMYK | cmyk(5%, 49%, 0%, 8%) |
| LAB | lab(65.8 56.5 -41.3) |
| LCH | lch(65.8 70.0 323.8) |
| OKLCH | oklch(0.729 0.191 323.3) |
Copy-ready code
/* CSS */
color: #df78eb;
background-color: #df78eb;
/* Tailwind (arbitrary) */
class="text-[#df78eb] bg-[#df78eb]"
/* SCSS */
$brand: #df78eb;
/* SwiftUI */
Color(red: 0.875, green: 0.471, blue: 0.922)
/* Android */
Color.parseColor("#df78eb")Accessibility — WCAG contrast
Aa
#df78eb on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df78eb on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green47.1%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta48.9%
Yellow0.0%
Key (black)7.8%
Color previews
#df78eb text on a black background
contrast 8.02:1
Card sample
#df78eb text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df78eb;
Background color
Panel with #df78eb background
background-color: #df78eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df78eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 120, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 120, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df78eb; background: linear-gradient(135deg, #df78eb, #EB78AA);