#B683CC
A light, moderate purple closely aligning with Plum.
About #B683CC
At its core, #B683CC is a light and moderate hue. Designers often compare it to the standard color Plum. This translates to an RGB value of rgb(182, 131, 204).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 11% cyan and 36% magenta inks. With a hue angle of 281.9 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B683CC
RGB182, 131, 204
HSL281.9°, 41.7%, 65.7%
CMYK11%, 36%, 0%, 20%
HSV281.9°, 35.8%, 80.0%
LAB62.1, 32.6, -30.2
XYZ38.3, 30.5, 61.0
Decimal11961292
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B683CC;
}
.text-color {
color: #B683CC;
}
.border-color {
border: 2px solid #B683CC;
}