#f533fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 51, 253
HSL
298°, 98%, 60%
CMYK
3, 80, 0, 1
Luminance
0.2887
Every format
| HEX | #f533fd |
| RGB | rgb(245, 51, 253) |
| HSL | hsl(298, 98%, 60%) |
| CMYK | cmyk(3%, 80%, 0%, 1%) |
| LAB | lab(60.7 90.1 -59.3) |
| LCH | lch(60.7 107.8 326.7) |
| OKLCH | oklch(0.701 0.298 326.3) |
Copy-ready code
/* CSS */
color: #f533fd;
background-color: #f533fd;
/* Tailwind (arbitrary) */
class="text-[#f533fd] bg-[#f533fd]"
/* SCSS */
$brand: #f533fd;
/* SwiftUI */
Color(red: 0.961, green: 0.200, blue: 0.992)
/* Android */
Color.parseColor("#f533fd")Accessibility — WCAG contrast
Aa
#f533fd on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f533fd on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green20.0%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta79.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f533fd text on a black background
contrast 6.77:1
Card sample
#f533fd text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f533fd;
Background color
Panel with #f533fd background
background-color: #f533fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f533fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 51, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 51, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f533fd; background: linear-gradient(135deg, #f533fd, #FD337E);