#df4afe
a balanced, electric violet · warm · closest name: magenta
RGB
223, 74, 254
HSL
290°, 99%, 64%
CMYK
12, 71, 0, 0
Luminance
0.2774
Every format
| HEX | #df4afe |
| RGB | rgb(223, 74, 254) |
| HSL | hsl(290, 99%, 64%) |
| CMYK | cmyk(12%, 71%, 0%, 0%) |
| LAB | lab(59.7 79.6 -61.6) |
| LCH | lch(59.7 100.7 322.2) |
| OKLCH | oklch(0.687 0.269 320.1) |
Copy-ready code
/* CSS */
color: #df4afe;
background-color: #df4afe;
/* Tailwind (arbitrary) */
class="text-[#df4afe] bg-[#df4afe]"
/* SCSS */
$brand: #df4afe;
/* SwiftUI */
Color(red: 0.875, green: 0.290, blue: 0.996)
/* Android */
Color.parseColor("#df4afe")Accessibility — WCAG contrast
Aa
#df4afe on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4afe on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.0%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta70.9%
Yellow0.0%
Key (black)0.4%
Color previews
#df4afe text on a black background
contrast 6.55:1
Card sample
#df4afe text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4afe;
Background color
Panel with #df4afe background
background-color: #df4afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 74, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 74, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4afe; background: linear-gradient(135deg, #df4afe, #FE4AA5);