#B60042
A dark, vivid magenta closely aligning with Brown.
About #B60042
The precise color #B60042 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Brown. This translates to an RGB value of rgb(182, 0, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 100% Magenta, 64% Yellow, and 29% Black. The HSL representation is 338.2° hue, 100.0% saturation, and 35.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B60042
RGB182, 0, 66
HSL338.2°, 100.0%, 35.7%
CMYK0%, 100%, 64%, 29%
HSV338.2°, 100.0%, 71.4%
LAB38.4, 64.1, 17.4
XYZ20.3, 10.3, 6.1
Decimal11927618
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.85:1
Text on #FFFFFF
AA
3.07:1
Text on #000000
AA Large
6.54:1
Text on #F8FAFC
AA
2.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60042;
}
.text-color {
color: #B60042;
}
.border-color {
border: 2px solid #B60042;
}