#5FB6F0
A light, vivid blue closely aligning with Deepskyblue.
About #5FB6F0
At its core, #5FB6F0 is a light and vivid hue. Designers often compare it to the standard color Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 182, and 240.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 60% C, 24% M, 0% Y, and 6% K. The HSL representation is 204.0° hue, 82.9% saturation, and 65.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#5FB6F0
RGB95, 182, 240
HSL204.0°, 82.9%, 65.7%
CMYK60%, 24%, 0%, 6%
HSV204.0°, 60.4%, 94.1%
LAB71.0, -9.3, -36.7
XYZ37.2, 42.2, 88.6
Decimal6272752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.44:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FB6F0;
}
.text-color {
color: #5FB6F0;
}
.border-color {
border: 2px solid #5FB6F0;
}