#f503fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 3, 253
HSL
298°, 98%, 50%
CMYK
3, 99, 0, 1
Luminance
0.2657
Every format
| HEX | #f503fd |
| RGB | rgb(245, 3, 253) |
| HSL | hsl(298, 98%, 50%) |
| CMYK | cmyk(3%, 99%, 0%, 1%) |
| LAB | lab(58.6 96.3 -62.6) |
| LCH | lch(58.6 114.8 327.0) |
| OKLCH | oklch(0.686 0.317 326.6) |
Copy-ready code
/* CSS */
color: #f503fd;
background-color: #f503fd;
/* Tailwind (arbitrary) */
class="text-[#f503fd] bg-[#f503fd]"
/* SCSS */
$brand: #f503fd;
/* SwiftUI */
Color(red: 0.961, green: 0.012, blue: 0.992)
/* Android */
Color.parseColor("#f503fd")Accessibility — WCAG contrast
Aa
#f503fd on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f503fd on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green1.2%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta98.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f503fd text on a black background
contrast 6.31:1
Card sample
#f503fd text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f503fd;
Background color
Panel with #f503fd background
background-color: #f503fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f503fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 3, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 3, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f503fd; background: linear-gradient(135deg, #f503fd, #FD035E);