#B6A0B6
A light, muted magenta closely aligning with Thistle.
About #B6A0B6
Visually, #B6A0B6 is defined as a muted magenta. If you're using CSS, you might find it aligns closely with Thistle. This translates to an RGB value of rgb(182, 160, 182).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 12% Magenta, 0% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#B6A0B6
RGB182, 160, 182
HSL300.0°, 13.1%, 67.1%
CMYK0%, 12%, 0%, 29%
HSV300.0°, 12.1%, 71.4%
LAB68.4, 12.0, -8.4
XYZ40.3, 38.5, 49.6
Decimal11968694
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.69:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6A0B6;
}
.text-color {
color: #B6A0B6;
}
.border-color {
border: 2px solid #B6A0B6;
}