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