#5F50CC
A medium, moderate blue closely aligning with Slateblue.
About #5F50CC
When working with digital screens, the color #5F50CC is rendered by mixing light. Designers often compare it to the standard color Slateblue. This translates to an RGB value of rgb(95, 80, 204).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 53% C, 61% M, 0% Y, and 20% K. With a hue angle of 247.3 degrees, it sits comfortably in the blue spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F50CC
RGB95, 80, 204
HSL247.3°, 54.9%, 55.7%
CMYK53%, 61%, 0%, 20%
HSV247.3°, 60.8%, 80.0%
LAB42.0, 39.5, -62.6
XYZ18.5, 12.5, 58.6
Decimal6246604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.99:1
Text on #FFFFFF
AA
3.51:1
Text on #000000
AA Large
5.72:1
Text on #F8FAFC
AA
2.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F50CC;
}
.text-color {
color: #5F50CC;
}
.border-color {
border: 2px solid #5F50CC;
}