#5F83F8
A light, vivid blue closely aligning with Royalblue.
About #5F83F8
The hex code #5F83F8 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 131, and 248.
For print applications, it's crucial to understand its CMYK makeup. The color uses 62% Cyan, 47% Magenta, 0% Yellow, and 3% Black. The HSL representation is 225.9° hue, 91.6% saturation, and 67.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F83F8
RGB95, 131, 248
HSL225.9°, 91.6%, 67.3%
CMYK62%, 47%, 0%, 3%
HSV225.9°, 61.7%, 97.3%
LAB57.5, 22.8, -62.4
XYZ29.8, 25.4, 92.1
Decimal6259704
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F83F8;
}
.text-color {
color: #5F83F8;
}
.border-color {
border: 2px solid #5F83F8;
}