#5F6DBD
A medium, moderate blue closely aligning with Cornflowerblue.
About #5F6DBD
The precise color #5F6DBD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Cornflowerblue. In the RGB color space, it consists of 95 red, 109 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 50% C, 42% M, 0% Y, and 26% 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. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F6DBD
RGB95, 109, 189
HSL231.1°, 41.6%, 55.7%
CMYK50%, 42%, 0%, 26%
HSV231.1°, 49.7%, 74.1%
LAB48.3, 17.0, -43.8
XYZ19.4, 17.0, 50.4
Decimal6254013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.76:1
Text on #FFFFFF
AA
4.41:1
Text on #000000
AA Large
4.55:1
Text on #F8FAFC
AA
3.75:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6DBD;
}
.text-color {
color: #5F6DBD;
}
.border-color {
border: 2px solid #5F6DBD;
}