#f034fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 52, 253
HSL
296°, 98%, 60%
CMYK
5, 79, 0, 1
Luminance
0.2807
Every format
| HEX | #f034fd |
| RGB | rgb(240, 52, 253) |
| HSL | hsl(296, 98%, 60%) |
| CMYK | cmyk(5%, 79%, 0%, 1%) |
| LAB | lab(60.0 89.0 -60.4) |
| LCH | lch(60.0 107.6 325.8) |
| OKLCH | oklch(0.694 0.295 325.1) |
Copy-ready code
/* CSS */
color: #f034fd;
background-color: #f034fd;
/* Tailwind (arbitrary) */
class="text-[#f034fd] bg-[#f034fd]"
/* SCSS */
$brand: #f034fd;
/* SwiftUI */
Color(red: 0.941, green: 0.204, blue: 0.992)
/* Android */
Color.parseColor("#f034fd")Accessibility — WCAG contrast
Aa
#f034fd on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f034fd on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green20.4%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta79.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f034fd text on a black background
contrast 6.61:1
Card sample
#f034fd text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f034fd;
Background color
Panel with #f034fd background
background-color: #f034fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f034fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 52, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 52, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f034fd; background: linear-gradient(135deg, #f034fd, #FD3484);