#5F83FF
A light, vivid blue closely aligning with Royalblue.
About #5F83FF
Visually, #5F83FF is defined as a vivid blue. It is closely associated with the named CSS color Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 131, and 255.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 63% C, 49% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F83FF
RGB95, 131, 255
HSL226.5°, 100.0%, 68.6%
CMYK63%, 49%, 0%, 0%
HSV226.5°, 62.7%, 100.0%
LAB57.9, 25.1, -65.6
XYZ30.9, 25.9, 98.0
Decimal6259711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.18:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F83FF;
}
.text-color {
color: #5F83FF;
}
.border-color {
border: 2px solid #5F83FF;
}