#B60F6D
A dark, vivid magenta closely aligning with Mediumvioletred.
About #B60F6D
The precise color #B60F6D is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(182, 15, 109).
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 92% magenta inks. The HSL representation is 326.2° hue, 84.8% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B60F6D
RGB182, 15, 109
HSL326.2°, 84.8%, 38.6%
CMYK0%, 92%, 40%, 29%
HSV326.2°, 91.8%, 71.4%
LAB40.2, 65.7, -7.5
XYZ22.2, 11.4, 15.5
Decimal11931501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.41:1
Text on #FFFFFF
AA
3.28:1
Text on #000000
AA Large
6.12:1
Text on #F8FAFC
AA
2.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60F6D;
}
.text-color {
color: #B60F6D;
}
.border-color {
border: 2px solid #B60F6D;
}