#FF50F8
A light, vivid magenta closely aligning with Fuchsia.
About #FF50F8
The hex code #FF50F8 represents a beautifully specific shade of magenta. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 255 red, 80 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 69% magenta inks. The HSL representation is 302.4° hue, 100.0% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF50F8
RGB255, 80, 248
HSL302.4°, 100.0%, 65.7%
CMYK0%, 69%, 3%, 0%
HSV302.4°, 68.6%, 100.0%
LAB64.8, 83.2, -49.9
XYZ61.1, 33.8, 92.1
Decimal16732408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.75:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF50F8;
}
.text-color {
color: #FF50F8;
}
.border-color {
border: 2px solid #FF50F8;
}