#5F83F0
A light, vivid blue closely aligning with Dodgerblue.
About #5F83F0
The hex code #5F83F0 represents a beautifully specific shade of blue. Designers often compare it to the standard color Dodgerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 131, and 240.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 60% C, 45% M, 0% Y, and 6% K. The HSL representation is 225.1° hue, 82.9% saturation, and 65.7% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F83F0
RGB95, 131, 240
HSL225.1°, 82.9%, 65.7%
CMYK60%, 45%, 0%, 6%
HSV225.1°, 60.4%, 94.1%
LAB57.0, 20.1, -58.8
XYZ28.6, 25.0, 85.7
Decimal6259696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.51:1
Text on #FFFFFF
AA Large
5.99:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F83F0;
}
.text-color {
color: #5F83F0;
}
.border-color {
border: 2px solid #5F83F0;
}