#fd43fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 67, 253
HSL
300°, 98%, 63%
CMYK
0, 74, 0, 1
Luminance
0.3199
Every format
| HEX | #fd43fd |
| RGB | rgb(253, 67, 253) |
| HSL | hsl(300, 98%, 63%) |
| CMYK | cmyk(0%, 74%, 0%, 1%) |
| LAB | lab(63.3 87.5 -54.9) |
| LCH | lch(63.3 103.3 327.9) |
| OKLCH | oklch(0.722 0.288 328.1) |
Copy-ready code
/* CSS */
color: #fd43fd;
background-color: #fd43fd;
/* Tailwind (arbitrary) */
class="text-[#fd43fd] bg-[#fd43fd]"
/* SCSS */
$brand: #fd43fd;
/* SwiftUI */
Color(red: 0.992, green: 0.263, blue: 0.992)
/* Android */
Color.parseColor("#fd43fd")Accessibility — WCAG contrast
Aa
#fd43fd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd43fd on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green26.3%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow0.0%
Key (black)0.8%
Color previews
#fd43fd text on a black background
contrast 7.40:1
Card sample
#fd43fd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd43fd;
Background color
Panel with #fd43fd background
background-color: #fd43fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd43fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 67, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 67, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd43fd; background: linear-gradient(135deg, #fd43fd, #FD4381);