#FF57A8
A light, vivid magenta closely aligning with Hotpink.
About #FF57A8
The precise color #FF57A8 is an excellent choice for modern design projects. Designers often compare it to the standard color Hotpink. Its digital footprint relies on 255 parts red, 87 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 66% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF57A8
RGB255, 87, 168
HSL331.1°, 100.0%, 67.1%
CMYK0%, 66%, 34%, 0%
HSV331.1°, 65.9%, 100.0%
LAB62.4, 70.1, -8.4
XYZ51.7, 30.9, 40.3
Decimal16734120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF57A8;
}
.text-color {
color: #FF57A8;
}
.border-color {
border: 2px solid #FF57A8;
}