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