#f535df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 53, 223
HSL
307°, 91%, 58%
CMYK
0, 78, 9, 4
Luminance
0.2729
Every format
| HEX | #f535df |
| RGB | rgb(245, 53, 223) |
| HSL | hsl(307, 91%, 58%) |
| CMYK | cmyk(0%, 78%, 9%, 4%) |
| LAB | lab(59.2 85.3 -44.8) |
| LCH | lch(59.2 96.3 332.3) |
| OKLCH | oklch(0.685 0.276 333.5) |
Copy-ready code
/* CSS */
color: #f535df;
background-color: #f535df;
/* Tailwind (arbitrary) */
class="text-[#f535df] bg-[#f535df]"
/* SCSS */
$brand: #f535df;
/* SwiftUI */
Color(red: 0.961, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#f535df")Accessibility — WCAG contrast
Aa
#f535df on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f535df on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green20.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow9.0%
Key (black)3.9%
Color previews
#f535df text on a black background
contrast 6.46:1
Card sample
#f535df text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f535df;
Background color
Panel with #f535df background
background-color: #f535df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f535df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f535df; background: linear-gradient(135deg, #f535df, #F5355F);