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