#B68ADB
A light, moderate purple closely aligning with Plum.
About #B68ADB
The precise color #B68ADB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 182 parts red, 138 parts green, and 219 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 17% Cyan, 37% Magenta, 0% Yellow, and 14% Black. With a hue angle of 272.6 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B68ADB
RGB182, 138, 219
HSL272.6°, 52.9%, 70.0%
CMYK17%, 37%, 0%, 14%
HSV272.6°, 37.0%, 85.9%
LAB64.4, 32.0, -35.1
XYZ41.2, 33.2, 71.3
Decimal11963099
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.65:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B68ADB;
}
.text-color {
color: #B68ADB;
}
.border-color {
border: 2px solid #B68ADB;
}