#5F99F8
A light, vivid blue closely aligning with Cornflowerblue.
About #5F99F8
Visually, #5F99F8 is defined as a vivid blue. It is closely associated with the named CSS color Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 153, and 248.
If you are designing for print, the four-color process is what matters most. The color uses 62% Cyan, 38% Magenta, 0% Yellow, and 3% Black. The HSL representation is 217.3° hue, 91.6% saturation, and 67.3% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F99F8
RGB95, 153, 248
HSL217.3°, 91.6%, 67.3%
CMYK62%, 38%, 0%, 3%
HSV217.3°, 61.7%, 97.3%
LAB63.3, 9.6, -53.1
XYZ33.1, 32.0, 93.2
Decimal6265336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.40:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F99F8;
}
.text-color {
color: #5F99F8;
}
.border-color {
border: 2px solid #5F99F8;
}