#f337f0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 55, 240
HSL
301°, 89%, 58%
CMYK
0, 77, 1, 5
Luminance
0.2808
Every format
| HEX | #f337f0 |
| RGB | rgb(243, 55, 240) |
| HSL | hsl(301, 89%, 58%) |
| CMYK | cmyk(0%, 77%, 1%, 5%) |
| LAB | lab(60.0 86.8 -53.2) |
| LCH | lch(60.0 101.8 328.5) |
| OKLCH | oklch(0.693 0.285 328.8) |
Copy-ready code
/* CSS */
color: #f337f0;
background-color: #f337f0;
/* Tailwind (arbitrary) */
class="text-[#f337f0] bg-[#f337f0]"
/* SCSS */
$brand: #f337f0;
/* SwiftUI */
Color(red: 0.953, green: 0.216, blue: 0.941)
/* Android */
Color.parseColor("#f337f0")Accessibility — WCAG contrast
Aa
#f337f0 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f337f0 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green21.6%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow1.2%
Key (black)4.7%
Color previews
#f337f0 text on a black background
contrast 6.62:1
Card sample
#f337f0 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f337f0;
Background color
Panel with #f337f0 background
background-color: #f337f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f337f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 55, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 55, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f337f0; background: linear-gradient(135deg, #f337f0, #F33772);