#BD1DE9
A medium, vivid magenta closely aligning with Darkviolet.
About #BD1DE9
The hex code #BD1DE9 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Darkviolet. This translates to an RGB value of rgb(189, 29, 233).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 19% cyan, 88% magenta, 0% yellow, and 9% black. The HSL representation is 287.1° hue, 82.3% saturation, and 51.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF 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#BD1DE9
RGB189, 29, 233
HSL287.1°, 82.3%, 51.4%
CMYK19%, 88%, 0%, 9%
HSV287.1°, 87.6%, 91.4%
LAB49.0, 82.1, -67.4
XYZ36.1, 17.6, 78.6
Decimal12393961
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.65:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.84:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD1DE9;
}
.text-color {
color: #BD1DE9;
}
.border-color {
border: 2px solid #BD1DE9;
}