#f353eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
243, 83, 235
HSL
303°, 87%, 64%
CMYK
0, 66, 3, 5
Luminance
0.3124
Every format
| HEX | #f353eb |
| RGB | rgb(243, 83, 235) |
| HSL | hsl(303, 87%, 64%) |
| CMYK | cmyk(0%, 66%, 3%, 5%) |
| LAB | lab(62.7 77.5 -46.0) |
| LCH | lch(62.7 90.2 329.3) |
| OKLCH | oklch(0.712 0.253 329.9) |
Copy-ready code
/* CSS */
color: #f353eb;
background-color: #f353eb;
/* Tailwind (arbitrary) */
class="text-[#f353eb] bg-[#f353eb]"
/* SCSS */
$brand: #f353eb;
/* SwiftUI */
Color(red: 0.953, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#f353eb")Accessibility — WCAG contrast
Aa
#f353eb on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f353eb on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green32.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta65.8%
Yellow3.3%
Key (black)4.7%
Color previews
#f353eb text on a black background
contrast 7.25:1
Card sample
#f353eb text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f353eb;
Background color
Panel with #f353eb background
background-color: #f353eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f353eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f353eb; background: linear-gradient(135deg, #f353eb, #F35380);