#503ABD
A medium, moderate blue closely aligning with Slateblue.
About #503ABD
When working with digital screens, the color #503ABD is rendered by mixing light. It is closely associated with the named CSS color Slateblue. In the RGB color space, it consists of 80 red, 58 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. The color uses 58% Cyan, 69% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#503ABD
RGB80, 58, 189
HSL250.1°, 53.0%, 48.4%
CMYK58%, 69%, 0%, 26%
HSV250.1°, 69.3%, 74.1%
LAB34.8, 45.1, -65.7
XYZ14.0, 8.4, 49.0
Decimal5257917
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.83:1
Text on #FFFFFF
AAA
2.68:1
Text on #000000
FAIL
7.49:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #503ABD;
}
.text-color {
color: #503ABD;
}
.border-color {
border: 2px solid #503ABD;
}