#ff53fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
255, 83, 253
HSL
301°, 100%, 66%
CMYK
0, 68, 1, 0
Luminance
0.3454
Every format
| HEX | #ff53fd |
| RGB | rgb(255, 83, 253) |
| HSL | hsl(301, 100%, 66%) |
| CMYK | cmyk(0%, 68%, 1%, 0%) |
| LAB | lab(65.4 83.0 -51.6) |
| LCH | lch(65.4 97.7 328.1) |
| OKLCH | oklch(0.737 0.273 328.4) |
Copy-ready code
/* CSS */
color: #ff53fd;
background-color: #ff53fd;
/* Tailwind (arbitrary) */
class="text-[#ff53fd] bg-[#ff53fd]"
/* SCSS */
$brand: #ff53fd;
/* SwiftUI */
Color(red: 1.000, green: 0.325, blue: 0.992)
/* Android */
Color.parseColor("#ff53fd")Accessibility — WCAG contrast
Aa
#ff53fd on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff53fd on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow0.8%
Key (black)0.0%
Color previews
#ff53fd text on a black background
contrast 7.91:1
Card sample
#ff53fd text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff53fd;
Background color
Panel with #ff53fd background
background-color: #ff53fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff53fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 83, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 83, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff53fd; background: linear-gradient(135deg, #ff53fd, #FF538A);