#5F75E2
A light, moderate blue closely aligning with Royalblue.
About #5F75E2
At its core, #5F75E2 is a light and moderate hue. It is closely associated with the named CSS color Royalblue. In the RGB color space, it consists of 95 red, 117 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 58% C, 48% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F75E2
RGB95, 117, 226
HSL229.9°, 69.3%, 62.9%
CMYK58%, 48%, 0%, 11%
HSV229.9°, 58.0%, 88.6%
LAB52.6, 24.0, -58.1
XYZ24.8, 20.6, 74.6
Decimal6256098
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.13:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F75E2;
}
.text-color {
color: #5F75E2;
}
.border-color {
border: 2px solid #5F75E2;
}