#f321eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 33, 235
HSL
302°, 90%, 54%
CMYK
0, 86, 3, 5
Luminance
0.2614
Every format
| HEX | #f321eb |
| RGB | rgb(243, 33, 235) |
| HSL | hsl(302, 90%, 54%) |
| CMYK | cmyk(0%, 86%, 3%, 5%) |
| LAB | lab(58.2 90.5 -53.2) |
| LCH | lch(58.2 105.0 329.5) |
| OKLCH | oklch(0.679 0.296 330.1) |
Copy-ready code
/* CSS */
color: #f321eb;
background-color: #f321eb;
/* Tailwind (arbitrary) */
class="text-[#f321eb] bg-[#f321eb]"
/* SCSS */
$brand: #f321eb;
/* SwiftUI */
Color(red: 0.953, green: 0.129, blue: 0.922)
/* Android */
Color.parseColor("#f321eb")Accessibility — WCAG contrast
Aa
#f321eb on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f321eb on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green12.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow3.3%
Key (black)4.7%
Color previews
#f321eb text on a black background
contrast 6.23:1
Card sample
#f321eb text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f321eb;
Background color
Panel with #f321eb background
background-color: #f321eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f321eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 33, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 33, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f321eb; background: linear-gradient(135deg, #f321eb, #F3215F);