#B683AF
A light, muted magenta closely aligning with Plum.
About #B683AF
At its core, #B683AF is a light and muted hue. Designers often compare it to the standard color Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 131, and 175.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 28% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#B683AF
RGB182, 131, 175
HSL308.2°, 25.9%, 61.4%
CMYK0%, 28%, 4%, 29%
HSV308.2°, 28.0%, 71.4%
LAB61.0, 26.9, -15.5
XYZ35.1, 29.3, 44.4
Decimal11961263
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.85:1
Text on #000000
AA
2.93:1
Text on #F8FAFC
FAIL
5.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B683AF;
}
.text-color {
color: #B683AF;
}
.border-color {
border: 2px solid #B683AF;
}