#B683D3
A light, moderate purple closely aligning with Plum.
About #B683D3
When working with digital screens, the color #B683D3 is rendered by mixing light. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 182 red, 131 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. The color uses 14% Cyan, 38% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B683D3
RGB182, 131, 211
HSL278.2°, 47.6%, 67.1%
CMYK14%, 38%, 0%, 17%
HSV278.2°, 37.9%, 82.7%
LAB62.4, 34.1, -33.7
XYZ39.2, 30.9, 65.5
Decimal11961299
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B683D3;
}
.text-color {
color: #B683D3;
}
.border-color {
border: 2px solid #B683D3;
}