#B692BD
A light, muted magenta closely aligning with Plum.
About #B692BD
When working with digital screens, the color #B692BD is rendered by mixing light. Designers often compare it to the standard color Plum. Its digital footprint relies on 182 parts red, 146 parts green, and 189 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 4% Cyan, 23% Magenta, 0% Yellow, and 26% Black. With a hue angle of 290.2 degrees, it sits comfortably in the magenta spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B692BD
RGB182, 146, 189
HSL290.2°, 24.6%, 65.7%
CMYK4%, 23%, 0%, 26%
HSV290.2°, 22.8%, 74.1%
LAB65.1, 21.2, -17.2
XYZ38.8, 34.2, 52.7
Decimal11965117
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.84:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B692BD;
}
.text-color {
color: #B692BD;
}
.border-color {
border: 2px solid #B692BD;
}