#628289
A medium, muted cyan closely aligning with Slategray.
About #628289
At its core, #628289 is a medium and muted hue. It is closely associated with the named CSS color Slategray. To achieve this exact tint on a monitor, you would use an RGB mix of 98, 130, and 137.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 28% cyan, 5% magenta, 0% yellow, and 46% black. With a hue angle of 190.8 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#628289
RGB98, 130, 137
HSL190.8°, 16.6%, 46.1%
CMYK28%, 5%, 0%, 46%
HSV190.8°, 28.5%, 53.7%
LAB52.3, -9.5, -7.5
XYZ17.5, 20.4, 26.7
Decimal6455945
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #628289;
}
.text-color {
color: #628289;
}
.border-color {
border: 2px solid #628289;
}