#fd54fe
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 84, 254
HSL
300°, 99%, 66%
CMYK
0, 67, 0, 0
Luminance
0.3438
Every format
| HEX | #fd54fe |
| RGB | rgb(253, 84, 254) |
| HSL | hsl(300, 99%, 66%) |
| CMYK | cmyk(0%, 67%, 0%, 0%) |
| LAB | lab(65.3 82.3 -52.4) |
| LCH | lch(65.3 97.6 327.5) |
| OKLCH | oklch(0.736 0.271 327.7) |
Copy-ready code
/* CSS */
color: #fd54fe;
background-color: #fd54fe;
/* Tailwind (arbitrary) */
class="text-[#fd54fe] bg-[#fd54fe]"
/* SCSS */
$brand: #fd54fe;
/* SwiftUI */
Color(red: 0.992, green: 0.329, blue: 0.996)
/* Android */
Color.parseColor("#fd54fe")Accessibility — WCAG contrast
Aa
#fd54fe on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd54fe on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green32.9%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta66.9%
Yellow0.0%
Key (black)0.4%
Color previews
#fd54fe text on a black background
contrast 7.88:1
Card sample
#fd54fe text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd54fe;
Background color
Panel with #fd54fe background
background-color: #fd54fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd54fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 84, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 84, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd54fe; background: linear-gradient(135deg, #fd54fe, #FE548E);