#FF50CC
A light, vivid magenta closely aligning with Hotpink.
About #FF50CC
The hex code #FF50CC represents a beautifully specific shade of magenta. Designers often compare it to the standard color Hotpink. In the RGB color space, it consists of 255 red, 80 green, and 204 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 69% M, 20% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
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#FF50CC
RGB255, 80, 204
HSL317.5°, 100.0%, 65.7%
CMYK0%, 69%, 20%, 0%
HSV317.5°, 68.6%, 100.0%
LAB62.8, 77.0, -28.3
XYZ55.0, 31.4, 60.3
Decimal16732364
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.27:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF50CC;
}
.text-color {
color: #FF50CC;
}
.border-color {
border: 2px solid #FF50CC;
}