#573AFF
A light, vivid blue closely aligning with Mediumblue.
About #573AFF
When working with digital screens, the color #573AFF is rendered by mixing light. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(87, 58, 255).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 66% cyan and 77% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#573AFF
RGB87, 58, 255
HSL248.8°, 100.0%, 61.4%
CMYK66%, 77%, 0%, 0%
HSV248.8°, 77.3%, 100.0%
LAB41.6, 65.3, -92.2
XYZ23.5, 12.3, 95.7
Decimal5716735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.08:1
Text on #FFFFFF
AA
3.45:1
Text on #000000
AA Large
5.81:1
Text on #F8FAFC
AA
2.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #573AFF;
}
.text-color {
color: #573AFF;
}
.border-color {
border: 2px solid #573AFF;
}