#5749AF
A medium, moderate blue closely aligning with Slateblue.
About #5749AF
Visually, #5749AF is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Slateblue. In the RGB color space, it consists of 87 red, 73 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 50% cyan, 58% magenta, 0% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5749AF
RGB87, 73, 175
HSL248.2°, 41.1%, 48.6%
CMYK50%, 58%, 0%, 31%
HSV248.2°, 58.3%, 68.6%
LAB37.6, 33.2, -52.8
XYZ14.1, 9.9, 41.7
Decimal5720495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.05:1
Text on #FFFFFF
AAA
2.98:1
Text on #000000
FAIL
6.74:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5749AF;
}
.text-color {
color: #5749AF;
}
.border-color {
border: 2px solid #5749AF;
}