#B60F57
A dark, vivid magenta closely aligning with Mediumvioletred.
About #B60F57
At its core, #B60F57 is a dark and vivid hue. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 182 red, 15 green, and 87 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 92% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B60F57
RGB182, 15, 87
HSL334.1°, 84.8%, 38.6%
CMYK0%, 92%, 52%, 29%
HSV334.1°, 91.8%, 71.4%
LAB39.5, 63.8, 5.5
XYZ21.2, 11.0, 10.0
Decimal11931479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.57:1
Text on #FFFFFF
AA
3.19:1
Text on #000000
AA Large
6.28:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60F57;
}
.text-color {
color: #B60F57;
}
.border-color {
border: 2px solid #B60F57;
}