#667C83
A medium, muted cyan closely aligning with Slategray.
About #667C83
Visually, #667C83 is defined as a muted cyan. 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 102, 124, and 131.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 22% Cyan, 5% Magenta, 0% Yellow, and 49% Black. The HSL representation is 194.5° hue, 12.4% saturation, and 45.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#667C83
RGB102, 124, 131
HSL194.5°, 12.4%, 45.7%
CMYK22%, 5%, 0%, 49%
HSV194.5°, 22.1%, 51.4%
LAB50.5, -6.3, -6.5
XYZ16.8, 18.9, 24.2
Decimal6716547
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.40:1
Text on #FFFFFF
AA Large
4.78:1
Text on #000000
AA
4.20:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #667C83;
}
.text-color {
color: #667C83;
}
.border-color {
border: 2px solid #667C83;
}