#B6A0A8
A light, muted magenta closely aligning with Darkgray.
About #B6A0A8
At its core, #B6A0A8 is a light and muted hue. If you're using CSS, you might find it aligns closely with Darkgray. Its digital footprint relies on 182 parts red, 160 parts green, and 168 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 12% Magenta, 8% Yellow, and 29% Black. The HSL representation is 338.2° hue, 13.1% saturation, and 67.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6A0A8
RGB182, 160, 168
HSL338.2°, 13.1%, 67.1%
CMYK0%, 12%, 8%, 29%
HSV338.2°, 12.1%, 71.4%
LAB68.0, 9.4, -1.2
XYZ38.9, 37.9, 42.3
Decimal11968680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.58:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6A0A8;
}
.text-color {
color: #B6A0A8;
}
.border-color {
border: 2px solid #B6A0A8;
}