#575FAF
A medium, moderate blue closely aligning with Darkslateblue.
About #575FAF
At its core, #575FAF is a medium and moderate hue. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(87, 95, 175).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 50% C, 46% M, 0% Y, and 31% K. With a hue angle of 234.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#575FAF
RGB87, 95, 175
HSL234.5°, 35.5%, 51.4%
CMYK50%, 46%, 0%, 31%
HSV234.5°, 50.3%, 68.6%
LAB43.2, 19.4, -43.8
XYZ15.8, 13.3, 42.3
Decimal5726127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.74:1
Text on #FFFFFF
AA
3.66:1
Text on #000000
AA Large
5.48:1
Text on #F8FAFC
AA
3.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #575FAF;
}
.text-color {
color: #575FAF;
}
.border-color {
border: 2px solid #575FAF;
}