#503AFF
A light, vivid blue closely aligning with Mediumblue.
About #503AFF
At its core, #503AFF is a light and vivid hue. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(80, 58, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 69% cyan and 77% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#503AFF
RGB80, 58, 255
HSL246.7°, 100.0%, 61.4%
CMYK69%, 77%, 0%, 0%
HSV246.7°, 77.3%, 100.0%
LAB41.1, 64.7, -93.1
XYZ22.9, 12.0, 95.7
Decimal5257983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.19:1
Text on #FFFFFF
AA
3.39:1
Text on #000000
AA Large
5.92:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #503AFF;
}
.text-color {
color: #503AFF;
}
.border-color {
border: 2px solid #503AFF;
}