#f173fd
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 115, 253
HSL
295°, 97%, 72%
CMYK
5, 55, 0, 1
Luminance
0.3805
Every format
| HEX | #f173fd |
| RGB | rgb(241, 115, 253) |
| HSL | hsl(295, 97%, 72%) |
| CMYK | cmyk(5%, 55%, 0%, 1%) |
| LAB | lab(68.1 66.9 -47.6) |
| LCH | lch(68.1 82.1 324.6) |
| OKLCH | oklch(0.753 0.224 324.1) |
Copy-ready code
/* CSS */
color: #f173fd;
background-color: #f173fd;
/* Tailwind (arbitrary) */
class="text-[#f173fd] bg-[#f173fd]"
/* SCSS */
$brand: #f173fd;
/* SwiftUI */
Color(red: 0.945, green: 0.451, blue: 0.992)
/* Android */
Color.parseColor("#f173fd")Accessibility — WCAG contrast
Aa
#f173fd on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f173fd on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green45.1%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta54.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f173fd text on a black background
contrast 8.61:1
Card sample
#f173fd text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f173fd;
Background color
Panel with #f173fd background
background-color: #f173fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f173fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 115, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 115, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f173fd; background: linear-gradient(135deg, #f173fd, #FD73AD);