#f03af0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 58, 240
HSL
300°, 86%, 58%
CMYK
0, 76, 0, 6
Luminance
0.2784
Every format
| HEX | #f03af0 |
| RGB | rgb(240, 58, 240) |
| HSL | hsl(300, 86%, 58%) |
| CMYK | cmyk(0%, 76%, 0%, 6%) |
| LAB | lab(59.8 85.5 -53.5) |
| LCH | lch(59.8 100.9 327.9) |
| OKLCH | oklch(0.690 0.281 328.1) |
Copy-ready code
/* CSS */
color: #f03af0;
background-color: #f03af0;
/* Tailwind (arbitrary) */
class="text-[#f03af0] bg-[#f03af0]"
/* SCSS */
$brand: #f03af0;
/* SwiftUI */
Color(red: 0.941, green: 0.227, blue: 0.941)
/* Android */
Color.parseColor("#f03af0")Accessibility — WCAG contrast
Aa
#f03af0 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03af0 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green22.7%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow0.0%
Key (black)5.9%
Color previews
#f03af0 text on a black background
contrast 6.57:1
Card sample
#f03af0 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03af0;
Background color
Panel with #f03af0 background
background-color: #f03af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 58, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 58, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03af0; background: linear-gradient(135deg, #f03af0, #F03A77);