#B6246D
A medium, moderate magenta closely aligning with Mediumvioletred.
About #B6246D
The precise color #B6246D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(182, 36, 109).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 80% Magenta, 40% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6246D
RGB182, 36, 109
HSL330.0°, 67.0%, 42.7%
CMYK0%, 80%, 40%, 29%
HSV330.0°, 80.2%, 71.4%
LAB41.7, 61.4, -5.3
XYZ22.7, 12.3, 15.6
Decimal11936877
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.07:1
Text on #FFFFFF
AA
3.46:1
Text on #000000
AA Large
5.80:1
Text on #F8FAFC
AA
2.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B6246D;
}
.text-color {
color: #B6246D;
}
.border-color {
border: 2px solid #B6246D;
}