#ff73df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 115, 223
HSL
314°, 100%, 73%
CMYK
0, 55, 13, 0
Luminance
0.3885
Every format
| HEX | #ff73df |
| RGB | rgb(255, 115, 223) |
| HSL | hsl(314, 100%, 73%) |
| CMYK | cmyk(0%, 55%, 13%, 0%) |
| LAB | lab(68.7 65.7 -30.0) |
| LCH | lch(68.7 72.2 335.5) |
| OKLCH | oklch(0.757 0.208 337.1) |
Copy-ready code
/* CSS */
color: #ff73df;
background-color: #ff73df;
/* Tailwind (arbitrary) */
class="text-[#ff73df] bg-[#ff73df]"
/* SCSS */
$brand: #ff73df;
/* SwiftUI */
Color(red: 1.000, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#ff73df")Accessibility — WCAG contrast
Aa
#ff73df on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff73df on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow12.5%
Key (black)0.0%
Color previews
#ff73df text on a black background
contrast 8.77:1
Card sample
#ff73df text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff73df;
Background color
Panel with #ff73df background
background-color: #ff73df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff73df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff73df; background: linear-gradient(135deg, #ff73df, #FF7381);