#5F6D92
A medium, muted blue closely aligning with Slategray.
About #5F6D92
At its core, #5F6D92 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Slategray. This translates to an RGB value of rgb(95, 109, 146).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 35% cyan and 25% magenta inks. The HSL representation is 223.5° hue, 21.2% saturation, and 47.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5F6D92
RGB95, 109, 146
HSL223.5°, 21.2%, 47.3%
CMYK35%, 25%, 0%, 43%
HSV223.5°, 34.9%, 57.3%
LAB46.2, 4.2, -21.9
XYZ15.4, 15.4, 29.4
Decimal6253970
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.14:1
Text on #FFFFFF
AA
4.09:1
Text on #000000
AA Large
4.91:1
Text on #F8FAFC
AA
3.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6D92;
}
.text-color {
color: #5F6D92;
}
.border-color {
border: 2px solid #5F6D92;
}