#B66D8A
A medium, moderate magenta closely aligning with Palevioletred.
About #B66D8A
Visually, #B66D8A is defined as a moderate magenta. Designers often compare it to the standard color Palevioletred. This translates to an RGB value of rgb(182, 109, 138).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 40% Magenta, 24% Yellow, and 29% Black. The HSL representation is 336.2° hue, 33.3% saturation, and 57.1% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B66D8A
RGB182, 109, 138
HSL336.2°, 33.3%, 57.1%
CMYK0%, 40%, 24%, 29%
HSV336.2°, 40.1%, 71.4%
LAB54.8, 32.9, -3.4
XYZ29.3, 22.7, 26.9
Decimal11955594
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.54:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B66D8A;
}
.text-color {
color: #B66D8A;
}
.border-color {
border: 2px solid #B66D8A;
}