#BD92CC
A light, moderate purple closely aligning with Plum.
About #BD92CC
Visually, #BD92CC is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(189, 146, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 7% cyan, 28% magenta, 0% yellow, and 20% 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. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD92CC
RGB189, 146, 204
HSL284.5°, 36.3%, 68.6%
CMYK7%, 28%, 0%, 20%
HSV284.5°, 28.4%, 80.0%
LAB66.3, 26.5, -23.7
XYZ42.2, 35.7, 61.8
Decimal12423884
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.15:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD92CC;
}
.text-color {
color: #BD92CC;
}
.border-color {
border: 2px solid #BD92CC;
}