#df75eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 117, 235
HSL
294°, 75%, 69%
CMYK
5, 50, 0, 8
Luminance
0.3441
Every format
| HEX | #df75eb |
| RGB | rgb(223, 117, 235) |
| HSL | hsl(294, 75%, 69%) |
| CMYK | cmyk(5%, 50%, 0%, 8%) |
| LAB | lab(65.3 58.0 -42.2) |
| LCH | lch(65.3 71.7 324.0) |
| OKLCH | oklch(0.725 0.195 323.4) |
Copy-ready code
/* CSS */
color: #df75eb;
background-color: #df75eb;
/* Tailwind (arbitrary) */
class="text-[#df75eb] bg-[#df75eb]"
/* SCSS */
$brand: #df75eb;
/* SwiftUI */
Color(red: 0.875, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#df75eb")Accessibility — WCAG contrast
Aa
#df75eb on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df75eb on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.9%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#df75eb text on a black background
contrast 7.88:1
Card sample
#df75eb text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df75eb;
Background color
Panel with #df75eb background
background-color: #df75eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df75eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df75eb; background: linear-gradient(135deg, #df75eb, #EB75A8);