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