#5007B6
A dark, vivid purple closely aligning with Blueviolet.
About #5007B6
The precise color #5007B6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 80 red, 7 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 56% Cyan, 96% Magenta, 0% Yellow, and 29% Black. With a hue angle of 265.0 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5007B6
RGB80, 7, 182
HSL265.0°, 92.6%, 37.1%
CMYK56%, 96%, 0%, 29%
HSV265.0°, 96.2%, 71.4%
LAB27.4, 62.6, -73.8
XYZ11.8, 5.2, 44.6
Decimal5244854
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.26:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.81:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5007B6;
}
.text-color {
color: #5007B6;
}
.border-color {
border: 2px solid #5007B6;
}