#B68AAF
A light, muted magenta closely aligning with Plum.
About #B68AAF
When working with digital screens, the color #B68AAF is rendered by mixing light. Its closest recognized web color is Plum. This translates to an RGB value of rgb(182, 138, 175).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 24% Magenta, 4% Yellow, and 29% Black. With a hue angle of 309.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B68AAF
RGB182, 138, 175
HSL309.5°, 23.2%, 62.7%
CMYK0%, 24%, 4%, 29%
HSV309.5°, 24.2%, 71.4%
LAB62.7, 23.0, -12.9
XYZ36.1, 31.2, 44.7
Decimal11963055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.24:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B68AAF;
}
.text-color {
color: #B68AAF;
}
.border-color {
border: 2px solid #B68AAF;
}