#FF5FB6
A light, vivid magenta closely aligning with Hotpink.
About #FF5FB6
The precise color #FF5FB6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 95, and 182.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 63% Magenta, 29% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF5FB6
RGB255, 95, 182
HSL327.4°, 100.0%, 68.6%
CMYK0%, 63%, 29%, 0%
HSV327.4°, 62.7%, 100.0%
LAB64.0, 68.6, -14.0
XYZ53.8, 32.8, 47.8
Decimal16736182
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.56:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.43:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5FB6;
}
.text-color {
color: #FF5FB6;
}
.border-color {
border: 2px solid #FF5FB6;
}