#df74e7
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 116, 231
HSL
296°, 71%, 68%
CMYK
4, 50, 0, 9
Luminance
0.3395
Every format
| HEX | #df74e7 |
| RGB | rgb(223, 116, 231) |
| HSL | hsl(296, 71%, 68%) |
| CMYK | cmyk(4%, 50%, 0%, 9%) |
| LAB | lab(64.9 57.8 -40.5) |
| LCH | lch(64.9 70.6 324.9) |
| OKLCH | oklch(0.722 0.193 324.7) |
Copy-ready code
/* CSS */
color: #df74e7;
background-color: #df74e7;
/* Tailwind (arbitrary) */
class="text-[#df74e7] bg-[#df74e7]"
/* SCSS */
$brand: #df74e7;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.906)
/* Android */
Color.parseColor("#df74e7")Accessibility — WCAG contrast
Aa
#df74e7 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df74e7 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue90.6%
CMYK percentages
Cyan3.5%
Magenta49.8%
Yellow0.0%
Key (black)9.4%
Color previews
#df74e7 text on a black background
contrast 7.79:1
Card sample
#df74e7 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df74e7;
Background color
Panel with #df74e7 background
background-color: #df74e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df74e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df74e7; background: linear-gradient(135deg, #df74e7, #E774A2);