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