#5F7CC5
A medium, moderate blue closely aligning with Cornflowerblue.
About #5F7CC5
The precise color #5F7CC5 is an excellent choice for modern design projects. Its closest recognized web color is Cornflowerblue. In the RGB color space, it consists of 95 red, 124 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 52% cyan, 37% magenta, 0% yellow, and 23% black. The HSL representation is 222.9° hue, 46.8% saturation, and 57.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#5F7CC5
RGB95, 124, 197
HSL222.9°, 46.8%, 57.3%
CMYK52%, 37%, 0%, 23%
HSV222.9°, 51.8%, 77.3%
LAB52.8, 10.4, -41.3
XYZ22.0, 20.9, 55.7
Decimal6257861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F7CC5;
}
.text-color {
color: #5F7CC5;
}
.border-color {
border: 2px solid #5F7CC5;
}