Gray (Neutral)
#6C8D7B
RGB: 108, 141, 123
Color OverviewHEX #6C8D7B
#6C8D7B Color Code Information
In the RGB color space, #6C8D7B is composed of 42% red, 55% green, and 48% blue. In the HSL color space, it has a hue of 147°, saturation of 13%, and lightness of 49%.
HEX
#6C8D7B
RGB
108, 141, 123
HSL
147°, 13%, 49%
HSV
147°, 23%, 55%
CMYK
23%, 0%, 13%, 45%
Name Match
Gray
Closest StandardShades of #6C8D7B (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #6C8D7B (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #6C8D7B (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #6C8D7B
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 #6C8D7B Background
Contrast Ratio against Pure White (#FFFFFF):3.66 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #6C8D7B Background
Contrast Ratio against Pure Black (#000000):5.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #6C8D7B;
}
.element {
color: #6C8D7B;
background-color: #6C8D7B;
border-color: #6C8D7B;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#6C8D7B] text-[#6C8D7B] border-[#6C8D7B]"> Content styled with #6C8D7B </div>