#f031fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 49, 253
HSL
296°, 98%, 59%
CMYK
5, 81, 0, 1
Luminance
0.2781
Every format
| HEX | #f031fd |
| RGB | rgb(240, 49, 253) |
| HSL | hsl(296, 98%, 59%) |
| CMYK | cmyk(5%, 81%, 0%, 1%) |
| LAB | lab(59.7 89.7 -60.8) |
| LCH | lch(59.7 108.3 325.8) |
| OKLCH | oklch(0.693 0.297 325.2) |
Copy-ready code
/* CSS */
color: #f031fd;
background-color: #f031fd;
/* Tailwind (arbitrary) */
class="text-[#f031fd] bg-[#f031fd]"
/* SCSS */
$brand: #f031fd;
/* SwiftUI */
Color(red: 0.941, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#f031fd")Accessibility — WCAG contrast
Aa
#f031fd on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f031fd on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green19.2%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta80.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f031fd text on a black background
contrast 6.56:1
Card sample
#f031fd text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f031fd;
Background color
Panel with #f031fd background
background-color: #f031fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f031fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f031fd; background: linear-gradient(135deg, #f031fd, #FD3182);