#5F6675
A medium, muted blue closely aligning with Dimgray.
About #5F6675
When working with digital screens, the color #5F6675 is rendered by mixing light. Its closest recognized web color is Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 102, and 117.
For print applications, it's crucial to understand its CMYK makeup. The color uses 19% Cyan, 13% Magenta, 0% Yellow, and 54% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F6675
RGB95, 102, 117
HSL220.9°, 10.4%, 41.6%
CMYK19%, 13%, 0%, 54%
HSV220.9°, 18.8%, 45.9%
LAB43.1, 0.8, -9.3
XYZ12.7, 13.2, 18.7
Decimal6252149
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.76:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.51:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6675;
}
.text-color {
color: #5F6675;
}
.border-color {
border: 2px solid #5F6675;
}