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