#f503c0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 3, 192
HSL
313°, 98%, 49%
CMYK
0, 99, 22, 4
Luminance
0.2328
Every format
| HEX | #f503c0 |
| RGB | rgb(245, 3, 192) |
| HSL | hsl(313, 98%, 49%) |
| CMYK | cmyk(0%, 99%, 22%, 4%) |
| LAB | lab(55.4 88.3 -33.1) |
| LCH | lch(55.4 94.4 339.4) |
| OKLCH | oklch(0.653 0.281 341.4) |
Copy-ready code
/* CSS */
color: #f503c0;
background-color: #f503c0;
/* Tailwind (arbitrary) */
class="text-[#f503c0] bg-[#f503c0]"
/* SCSS */
$brand: #f503c0;
/* SwiftUI */
Color(red: 0.961, green: 0.012, blue: 0.753)
/* Android */
Color.parseColor("#f503c0")Accessibility — WCAG contrast
Aa
#f503c0 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f503c0 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green1.2%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow21.6%
Key (black)3.9%
Color previews
#f503c0 text on a black background
contrast 5.66:1
Card sample
#f503c0 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f503c0;
Background color
Panel with #f503c0 background
background-color: #f503c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f503c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 3, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 3, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f503c0; background: linear-gradient(135deg, #f503c0, #F5031F);