#fd45fe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 69, 254
HSL
300°, 99%, 63%
CMYK
0, 73, 0, 0
Luminance
0.3229
Every format
| HEX | #fd45fe |
| RGB | rgb(253, 69, 254) |
| HSL | hsl(300, 99%, 63%) |
| CMYK | cmyk(0%, 73%, 0%, 0%) |
| LAB | lab(63.6 87.1 -55.1) |
| LCH | lch(63.6 103.1 327.7) |
| OKLCH | oklch(0.724 0.287 327.8) |
Copy-ready code
/* CSS */
color: #fd45fe;
background-color: #fd45fe;
/* Tailwind (arbitrary) */
class="text-[#fd45fe] bg-[#fd45fe]"
/* SCSS */
$brand: #fd45fe;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.996)
/* Android */
Color.parseColor("#fd45fe")Accessibility — WCAG contrast
Aa
#fd45fe on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd45fe on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta72.8%
Yellow0.0%
Key (black)0.4%
Color previews
#fd45fe text on a black background
contrast 7.46:1
Card sample
#fd45fe text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd45fe;
Background color
Panel with #fd45fe background
background-color: #fd45fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd45fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd45fe; background: linear-gradient(135deg, #fd45fe, #FE4583);