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