#50167C
A dark, moderate purple closely aligning with Rebeccapurple.
About #50167C
When working with digital screens, the color #50167C is rendered by mixing light. Designers often compare it to the standard color Rebeccapurple. This translates to an RGB value of rgb(80, 22, 124).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 35% C, 82% M, 0% Y, and 51% K. The HSL representation is 274.1° hue, 69.9% saturation, and 28.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50167C
RGB80, 22, 124
HSL274.1°, 69.9%, 28.6%
CMYK35%, 82%, 0%, 51%
HSV274.1°, 82.3%, 48.6%
LAB22.8, 44.8, -45.7
XYZ7.2, 3.7, 19.4
Decimal5248636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.02:1
Text on #FFFFFF
AAA
1.75:1
Text on #000000
FAIL
11.49:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50167C;
}
.text-color {
color: #50167C;
}
.border-color {
border: 2px solid #50167C;
}