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