#5F6DB6
A medium, moderate blue closely aligning with Cornflowerblue.
About #5F6DB6
The hex code #5F6DB6 represents a beautifully specific shade of blue. Its closest recognized web color is Cornflowerblue. In the RGB color space, it consists of 95 red, 109 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. The color uses 48% Cyan, 40% Magenta, 0% Yellow, and 29% Black. The HSL representation is 230.3° hue, 37.3% saturation, and 54.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#5F6DB6
RGB95, 109, 182
HSL230.3°, 37.3%, 54.3%
CMYK48%, 40%, 0%, 29%
HSV230.3°, 47.8%, 71.4%
LAB47.9, 14.8, -40.4
XYZ18.6, 16.7, 46.5
Decimal6254006
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.83:1
Text on #FFFFFF
AA
4.35:1
Text on #000000
AA Large
4.61:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6DB6;
}
.text-color {
color: #5F6DB6;
}
.border-color {
border: 2px solid #5F6DB6;
}