#FF50AF
A light, vivid magenta closely aligning with Hotpink.
About #FF50AF
The precise color #FF50AF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(255, 80, 175).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 69% Magenta, 31% Yellow, and 0% Black. The HSL representation is 327.4° hue, 100.0% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF50AF
RGB255, 80, 175
HSL327.4°, 100.0%, 65.7%
CMYK0%, 69%, 31%, 0%
HSV327.4°, 68.6%, 100.0%
LAB61.7, 73.5, -13.4
XYZ51.8, 30.1, 43.6
Decimal16732335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.02:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF50AF;
}
.text-color {
color: #FF50AF;
}
.border-color {
border: 2px solid #FF50AF;
}