#fd73ed
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 115, 237
HSL
307°, 97%, 72%
CMYK
0, 55, 6, 1
Luminance
0.3926
Every format
| HEX | #fd73ed |
| RGB | rgb(253, 115, 237) |
| HSL | hsl(307, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 6%, 1%) |
| LAB | lab(68.9 67.3 -37.3) |
| LCH | lch(68.9 77.0 331.0) |
| OKLCH | oklch(0.760 0.218 332.1) |
Copy-ready code
/* CSS */
color: #fd73ed;
background-color: #fd73ed;
/* Tailwind (arbitrary) */
class="text-[#fd73ed] bg-[#fd73ed]"
/* SCSS */
$brand: #fd73ed;
/* SwiftUI */
Color(red: 0.992, green: 0.451, blue: 0.929)
/* Android */
Color.parseColor("#fd73ed")Accessibility — WCAG contrast
Aa
#fd73ed on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd73ed on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.1%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow6.3%
Key (black)0.8%
Color previews
#fd73ed text on a black background
contrast 8.85:1
Card sample
#fd73ed text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd73ed;
Background color
Panel with #fd73ed background
background-color: #fd73ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd73ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 115, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 115, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd73ed; background: linear-gradient(135deg, #fd73ed, #FD7391);