#df74e9
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 116, 233
HSL
295°, 73%, 68%
CMYK
4, 50, 0, 9
Luminance
0.3406
Every format
| HEX | #df74e9 |
| RGB | rgb(223, 116, 233) |
| HSL | hsl(295, 73%, 68%) |
| CMYK | cmyk(4%, 50%, 0%, 9%) |
| LAB | lab(65.0 58.1 -41.5) |
| LCH | lch(65.0 71.4 324.5) |
| OKLCH | oklch(0.723 0.195 324.1) |
Copy-ready code
/* CSS */
color: #df74e9;
background-color: #df74e9;
/* Tailwind (arbitrary) */
class="text-[#df74e9] bg-[#df74e9]"
/* SCSS */
$brand: #df74e9;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.914)
/* Android */
Color.parseColor("#df74e9")Accessibility — WCAG contrast
Aa
#df74e9 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df74e9 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue91.4%
CMYK percentages
Cyan4.3%
Magenta50.2%
Yellow0.0%
Key (black)8.6%
Color previews
#df74e9 text on a black background
contrast 7.81:1
Card sample
#df74e9 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df74e9;
Background color
Panel with #df74e9 background
background-color: #df74e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df74e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df74e9; background: linear-gradient(135deg, #df74e9, #E974A5);