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