#5F6DC5
A medium, moderate blue closely aligning with Cornflowerblue.
About #5F6DC5
When working with digital screens, the color #5F6DC5 is rendered by mixing light. 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 197 blue.
Translating this color to physical media requires the CMYK color model. The color uses 52% Cyan, 45% Magenta, 0% Yellow, and 23% Black. The HSL representation is 231.8° hue, 46.8% saturation, and 57.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F6DC5
RGB95, 109, 197
HSL231.8°, 46.8%, 57.3%
CMYK52%, 45%, 0%, 23%
HSV231.8°, 51.8%, 77.3%
LAB48.8, 19.6, -47.7
XYZ20.3, 17.4, 55.1
Decimal6254021
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.69:1
Text on #FFFFFF
AA
4.48:1
Text on #000000
AA Large
4.48:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6DC5;
}
.text-color {
color: #5F6DC5;
}
.border-color {
border: 2px solid #5F6DC5;
}