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