#f032ef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 50, 239
HSL
300°, 86%, 57%
CMYK
0, 79, 0, 6
Luminance
0.2704
Every format
| HEX | #f032ef |
| RGB | rgb(240, 50, 239) |
| HSL | hsl(300, 86%, 57%) |
| CMYK | cmyk(0%, 79%, 0%, 6%) |
| LAB | lab(59.0 87.3 -54.2) |
| LCH | lch(59.0 102.7 328.2) |
| OKLCH | oklch(0.685 0.287 328.4) |
Copy-ready code
/* CSS */
color: #f032ef;
background-color: #f032ef;
/* Tailwind (arbitrary) */
class="text-[#f032ef] bg-[#f032ef]"
/* SCSS */
$brand: #f032ef;
/* SwiftUI */
Color(red: 0.941, green: 0.196, blue: 0.937)
/* Android */
Color.parseColor("#f032ef")Accessibility — WCAG contrast
Aa
#f032ef on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f032ef on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green19.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow0.4%
Key (black)5.9%
Color previews
#f032ef text on a black background
contrast 6.41:1
Card sample
#f032ef text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f032ef;
Background color
Panel with #f032ef background
background-color: #f032ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f032ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 50, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 50, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f032ef; background: linear-gradient(135deg, #f032ef, #F03270);