#f03fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 63, 239
HSL
300°, 86%, 59%
CMYK
0, 74, 0, 6
Luminance
0.2831
Every format
| HEX | #f03fef |
| RGB | rgb(240, 63, 239) |
| HSL | hsl(300, 86%, 59%) |
| CMYK | cmyk(0%, 74%, 0%, 6%) |
| LAB | lab(60.2 84.0 -52.3) |
| LCH | lch(60.2 98.9 328.1) |
| OKLCH | oklch(0.693 0.276 328.3) |
Copy-ready code
/* CSS */
color: #f03fef;
background-color: #f03fef;
/* Tailwind (arbitrary) */
class="text-[#f03fef] bg-[#f03fef]"
/* SCSS */
$brand: #f03fef;
/* SwiftUI */
Color(red: 0.941, green: 0.247, blue: 0.937)
/* Android */
Color.parseColor("#f03fef")Accessibility — WCAG contrast
Aa
#f03fef on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03fef on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green24.7%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta73.8%
Yellow0.4%
Key (black)5.9%
Color previews
#f03fef text on a black background
contrast 6.66:1
Card sample
#f03fef text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03fef;
Background color
Panel with #f03fef background
background-color: #f03fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 63, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 63, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03fef; background: linear-gradient(135deg, #f03fef, #F03F79);