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