#535EC8
A medium, moderate blue closely aligning with Slateblue.
About #535EC8
At its core, #535EC8 is a medium and moderate hue. Its closest recognized web color is Slateblue. This translates to an RGB value of rgb(83, 94, 200).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 59% C, 53% M, 0% Y, and 22% K. The HSL representation is 234.4° hue, 51.5% saturation, and 55.5% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#535EC8
RGB83, 94, 200
HSL234.4°, 51.5%, 55.5%
CMYK59%, 53%, 0%, 22%
HSV234.4°, 58.5%, 78.4%
LAB44.3, 27.4, -56.7
XYZ18.0, 14.0, 56.4
Decimal5463752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.52:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.28:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #535EC8;
}
.text-color {
color: #535EC8;
}
.border-color {
border: 2px solid #535EC8;
}