#5F75E9
A light, vivid blue closely aligning with Royalblue.
About #5F75E9
The hex code #5F75E9 represents a beautifully specific shade of blue. Its closest recognized web color is Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 117, and 233.
If you are designing for print, the four-color process is what matters most. The color uses 59% Cyan, 50% Magenta, 0% Yellow, and 9% Black. The HSL representation is 230.4° hue, 75.8% saturation, and 64.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F75E9
RGB95, 117, 233
HSL230.4°, 75.8%, 64.3%
CMYK59%, 50%, 0%, 9%
HSV230.4°, 59.2%, 91.4%
LAB53.0, 26.3, -61.4
XYZ25.8, 21.0, 79.8
Decimal6256105
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.03:1
Text on #FFFFFF
AA Large
5.21:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F75E9;
}
.text-color {
color: #5F75E9;
}
.border-color {
border: 2px solid #5F75E9;
}