#FF5FBD
A light, vivid magenta closely aligning with Hotpink.
About #FF5FBD
Visually, #FF5FBD is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(255, 95, 189).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 63% magenta inks. With a hue angle of 324.7 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#FF5FBD
RGB255, 95, 189
HSL324.7°, 100.0%, 68.6%
CMYK0%, 63%, 26%, 0%
HSV324.7°, 62.7%, 100.0%
LAB64.3, 69.5, -17.6
XYZ54.5, 33.1, 51.7
Decimal16736189
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.62:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5FBD;
}
.text-color {
color: #FF5FBD;
}
.border-color {
border: 2px solid #FF5FBD;
}