#5F7CFF
A light, vivid blue closely aligning with Royalblue.
About #5F7CFF
The hex code #5F7CFF represents a beautifully specific shade of blue. It is closely associated with the named CSS color Royalblue. This translates to an RGB value of rgb(95, 124, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 63% C, 51% M, 0% Y, and 0% K. With a hue angle of 229.1 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F7CFF
RGB95, 124, 255
HSL229.1°, 100.0%, 68.6%
CMYK63%, 51%, 0%, 0%
HSV229.1°, 62.7%, 100.0%
LAB56.2, 29.3, -68.5
XYZ30.0, 24.1, 97.7
Decimal6257919
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.81:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F7CFF;
}
.text-color {
color: #5F7CFF;
}
.border-color {
border: 2px solid #5F7CFF;
}