#5FA8D3
A light, moderate blue closely aligning with Lightskyblue.
About #5FA8D3
When working with digital screens, the color #5FA8D3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lightskyblue. Its digital footprint relies on 95 parts red, 168 parts green, and 211 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 55% C, 20% M, 0% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FA8D3
RGB95, 168, 211
HSL202.2°, 56.9%, 60.0%
CMYK55%, 20%, 0%, 17%
HSV202.2°, 55.0%, 82.7%
LAB65.9, -10.6, -28.8
XYZ30.5, 35.1, 66.8
Decimal6269139
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.03:1
Text on #000000
AAA
2.50:1
Text on #F8FAFC
FAIL
6.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA8D3;
}
.text-color {
color: #5FA8D3;
}
.border-color {
border: 2px solid #5FA8D3;
}