#fe4bfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 75, 253
HSL
300°, 99%, 65%
CMYK
0, 71, 0, 0
Luminance
0.3319
Every format
| HEX | #fe4bfd |
| RGB | rgb(254, 75, 253) |
| HSL | hsl(300, 99%, 65%) |
| CMYK | cmyk(0%, 71%, 0%, 0%) |
| LAB | lab(64.3 85.3 -53.4) |
| LCH | lch(64.3 100.7 328.0) |
| OKLCH | oklch(0.729 0.281 328.2) |
Copy-ready code
/* CSS */
color: #fe4bfd;
background-color: #fe4bfd;
/* Tailwind (arbitrary) */
class="text-[#fe4bfd] bg-[#fe4bfd]"
/* SCSS */
$brand: #fe4bfd;
/* SwiftUI */
Color(red: 0.996, green: 0.294, blue: 0.992)
/* Android */
Color.parseColor("#fe4bfd")Accessibility — WCAG contrast
Aa
#fe4bfd on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe4bfd on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green29.4%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow0.4%
Key (black)0.4%
Color previews
#fe4bfd text on a black background
contrast 7.64:1
Card sample
#fe4bfd text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4bfd;
Background color
Panel with #fe4bfd background
background-color: #fe4bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 75, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 75, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4bfd; background: linear-gradient(135deg, #fe4bfd, #FE4B86);