#f535eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 53, 235
HSL
303°, 91%, 58%
CMYK
0, 78, 4, 4
Luminance
0.2796
Every format
| HEX | #f535eb |
| RGB | rgb(245, 53, 235) |
| HSL | hsl(303, 91%, 58%) |
| CMYK | cmyk(0%, 78%, 4%, 4%) |
| LAB | lab(59.9 87.0 -50.5) |
| LCH | lch(59.9 100.6 329.8) |
| OKLCH | oklch(0.692 0.284 330.5) |
Copy-ready code
/* CSS */
color: #f535eb;
background-color: #f535eb;
/* Tailwind (arbitrary) */
class="text-[#f535eb] bg-[#f535eb]"
/* SCSS */
$brand: #f535eb;
/* SwiftUI */
Color(red: 0.961, green: 0.208, blue: 0.922)
/* Android */
Color.parseColor("#f535eb")Accessibility — WCAG contrast
Aa
#f535eb on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f535eb on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green20.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow4.1%
Key (black)3.9%
Color previews
#f535eb text on a black background
contrast 6.59:1
Card sample
#f535eb text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f535eb;
Background color
Panel with #f535eb background
background-color: #f535eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f535eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 53, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 53, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f535eb; background: linear-gradient(135deg, #f535eb, #F5356B);