#f032f3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 50, 243
HSL
299°, 89%, 58%
CMYK
1, 79, 0, 5
Luminance
0.2728
Every format
| HEX | #f032f3 |
| RGB | rgb(240, 50, 243) |
| HSL | hsl(299, 89%, 58%) |
| CMYK | cmyk(1%, 79%, 0%, 5%) |
| LAB | lab(59.2 87.9 -56.0) |
| LCH | lch(59.2 104.3 327.5) |
| OKLCH | oklch(0.687 0.289 327.5) |
Copy-ready code
/* CSS */
color: #f032f3;
background-color: #f032f3;
/* Tailwind (arbitrary) */
class="text-[#f032f3] bg-[#f032f3]"
/* SCSS */
$brand: #f032f3;
/* SwiftUI */
Color(red: 0.941, green: 0.196, blue: 0.953)
/* Android */
Color.parseColor("#f032f3")Accessibility — WCAG contrast
Aa
#f032f3 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f032f3 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green19.6%
Blue95.3%
CMYK percentages
Cyan1.2%
Magenta79.4%
Yellow0.0%
Key (black)4.7%
Color previews
#f032f3 text on a black background
contrast 6.46:1
Card sample
#f032f3 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f032f3;
Background color
Panel with #f032f3 background
background-color: #f032f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f032f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 50, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 50, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f032f3; background: linear-gradient(135deg, #f032f3, #F33275);