#FF5083
A light, vivid magenta closely aligning with Hotpink.
About #FF5083
The precise color #FF5083 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Hotpink. Its digital footprint relies on 255 parts red, 80 parts green, and 131 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 69% M, 49% Y, and 0% K. The HSL representation is 342.5° hue, 100.0% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF5083
RGB255, 80, 131
HSL342.5°, 100.0%, 65.7%
CMYK0%, 69%, 49%, 0%
HSV342.5°, 68.6%, 100.0%
LAB60.5, 69.2, 10.2
XYZ48.2, 28.6, 24.5
Decimal16732291
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.73:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5083;
}
.text-color {
color: #FF5083;
}
.border-color {
border: 2px solid #FF5083;
}