#503A99
A medium, moderate blue closely aligning with Rebeccapurple.
About #503A99
At its core, #503A99 is a medium and moderate hue. Its closest recognized web color is Rebeccapurple. In the RGB color space, it consists of 80 red, 58 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. The color uses 48% Cyan, 62% Magenta, 0% Yellow, and 40% Black. With a hue angle of 253.9 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#503A99
RGB80, 58, 153
HSL253.9°, 45.0%, 41.4%
CMYK48%, 62%, 0%, 40%
HSV253.9°, 62.1%, 60.0%
LAB31.9, 34.1, -48.9
XYZ10.6, 7.0, 30.9
Decimal5257881
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.73:1
Text on #FFFFFF
AAA
2.41:1
Text on #000000
FAIL
8.34:1
Text on #F8FAFC
AAA
2.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #503A99;
}
.text-color {
color: #503A99;
}
.border-color {
border: 2px solid #503A99;
}