#503ACC
A medium, moderate blue closely aligning with Mediumslateblue.
About #503ACC
The hex code #503ACC represents a beautifully specific shade of blue. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 80 red, 58 green, and 204 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 61% cyan and 72% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#503ACC
RGB80, 58, 204
HSL249.0°, 58.9%, 51.4%
CMYK61%, 72%, 0%, 20%
HSV249.0°, 71.6%, 80.0%
LAB36.2, 49.6, -72.2
XYZ15.7, 9.1, 58.1
Decimal5257932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.45:1
Text on #FFFFFF
AAA
2.82:1
Text on #000000
FAIL
7.12:1
Text on #F8FAFC
AAA
2.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #503ACC;
}
.text-color {
color: #503ACC;
}
.border-color {
border: 2px solid #503ACC;
}