#f034f4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 52, 244
HSL
299°, 90%, 58%
CMYK
2, 79, 0, 4
Luminance
0.2751
Every format
| HEX | #f034f4 |
| RGB | rgb(240, 52, 244) |
| HSL | hsl(299, 90%, 58%) |
| CMYK | cmyk(2%, 79%, 0%, 4%) |
| LAB | lab(59.5 87.6 -56.3) |
| LCH | lch(59.5 104.1 327.3) |
| OKLCH | oklch(0.689 0.289 327.2) |
Copy-ready code
/* CSS */
color: #f034f4;
background-color: #f034f4;
/* Tailwind (arbitrary) */
class="text-[#f034f4] bg-[#f034f4]"
/* SCSS */
$brand: #f034f4;
/* SwiftUI */
Color(red: 0.941, green: 0.204, blue: 0.957)
/* Android */
Color.parseColor("#f034f4")Accessibility — WCAG contrast
Aa
#f034f4 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f034f4 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green20.4%
Blue95.7%
CMYK percentages
Cyan1.6%
Magenta78.7%
Yellow0.0%
Key (black)4.3%
Color previews
#f034f4 text on a black background
contrast 6.50:1
Card sample
#f034f4 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f034f4;
Background color
Panel with #f034f4 background
background-color: #f034f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f034f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 52, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 52, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f034f4; background: linear-gradient(135deg, #f034f4, #F43478);