#FF57CC
A light, vivid magenta closely aligning with Hotpink.
About #FF57CC
The hex code #FF57CC represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(255, 87, 204).
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. With a hue angle of 318.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF57CC
RGB255, 87, 204
HSL318.2°, 100.0%, 67.1%
CMYK0%, 66%, 20%, 0%
HSV318.2°, 65.9%, 100.0%
LAB63.7, 74.5, -27.0
XYZ55.5, 32.4, 60.5
Decimal16734156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.49:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF57CC;
}
.text-color {
color: #FF57CC;
}
.border-color {
border: 2px solid #FF57CC;
}