Slate Gray (Neutral)
#6C928E
RGB: 108, 146, 142
Color OverviewHEX #6C928E
#6C928E Color Code Information
In the RGB color space, #6C928E is composed of 42% red, 57% green, and 56% blue. In the HSL color space, it has a hue of 174°, saturation of 15%, and lightness of 50%.
HEX
#6C928E
RGB
108, 146, 142
HSL
174°, 15%, 50%
HSV
174°, 26%, 57%
CMYK
26%, 0%, 3%, 43%
Name Match
Slate Gray
Closest StandardShades of #6C928E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #6C928E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #6C928E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #6C928E
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #6C928E Background
Contrast Ratio against Pure White (#FFFFFF):3.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #6C928E Background
Contrast Ratio against Pure Black (#000000):6.14 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #6C928E;
}
.element {
color: #6C928E;
background-color: #6C928E;
border-color: #6C928E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#6C928E] text-[#6C928E] border-[#6C928E]"> Content styled with #6C928E </div>