#B683A8
A light, muted magenta closely aligning with Plum.
About #B683A8
At its core, #B683A8 is a light and muted hue. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 182 red, 131 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 28% magenta inks. With a hue angle of 316.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B683A8
RGB182, 131, 168
HSL316.5°, 25.9%, 61.4%
CMYK0%, 28%, 8%, 29%
HSV316.5°, 28.0%, 71.4%
LAB60.8, 25.6, -11.8
XYZ34.5, 29.0, 40.8
Decimal11961256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.09:1
Text on #FFFFFF
AA Large
6.80:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B683A8;
}
.text-color {
color: #B683A8;
}
.border-color {
border: 2px solid #B683A8;
}