#50247C
A dark, moderate purple closely aligning with Rebeccapurple.
About #50247C
At its core, #50247C is a dark and moderate hue. Its closest recognized web color is Rebeccapurple. This translates to an RGB value of rgb(80, 36, 124).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 35% C, 71% M, 0% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#50247C
RGB80, 36, 124
HSL270.0°, 55.0%, 31.4%
CMYK35%, 71%, 0%, 51%
HSV270.0°, 71.0%, 48.6%
LAB25.0, 38.4, -42.1
XYZ7.6, 4.4, 19.5
Decimal5252220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.14:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.65:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50247C;
}
.text-color {
color: #50247C;
}
.border-color {
border: 2px solid #50247C;
}