#B66DA0
A medium, moderate magenta closely aligning with Palevioletred.
About #B66DA0
Visually, #B66DA0 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 109, and 160.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 40% Magenta, 12% Yellow, and 29% Black. The HSL representation is 318.1° hue, 33.3% saturation, and 57.1% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B66DA0
RGB182, 109, 160
HSL318.1°, 33.3%, 57.1%
CMYK0%, 40%, 12%, 29%
HSV318.1°, 40.1%, 71.4%
LAB55.5, 36.4, -15.2
XYZ31.1, 23.4, 36.1
Decimal11955616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.68:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B66DA0;
}
.text-color {
color: #B66DA0;
}
.border-color {
border: 2px solid #B66DA0;
}