#5F75D3
A light, moderate blue closely aligning with Cornflowerblue.
About #5F75D3
When working with digital screens, the color #5F75D3 is rendered by mixing light. Its closest recognized web color is Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 117, and 211.
If you are designing for print, the four-color process is what matters most. The color uses 55% Cyan, 45% Magenta, 0% Yellow, and 17% Black. The HSL representation is 228.6° hue, 56.9% saturation, and 60.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F75D3
RGB95, 117, 211
HSL228.6°, 56.9%, 60.0%
CMYK55%, 45%, 0%, 17%
HSV228.6°, 55.0%, 82.7%
LAB51.7, 19.1, -51.1
XYZ22.8, 19.9, 64.3
Decimal6256083
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.22:1
Text on #FFFFFF
AA Large
4.97:1
Text on #000000
AA
4.04:1
Text on #F8FAFC
AA Large
4.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F75D3;
}
.text-color {
color: #5F75D3;
}
.border-color {
border: 2px solid #5F75D3;
}