Slate Gray (Neutral)
#708F9E
RGB: 112, 143, 158
Color OverviewHEX #708F9E
#708F9E Color Code Information
In the RGB color space, #708F9E is composed of 44% red, 56% green, and 62% blue. In the HSL color space, it has a hue of 200°, saturation of 19%, and lightness of 53%.
HEX
#708F9E
RGB
112, 143, 158
HSL
200°, 19%, 53%
HSV
200°, 29%, 62%
CMYK
29%, 9%, 0%, 38%
Name Match
Slate Gray
Closest StandardShades of #708F9E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #708F9E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #708F9E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #708F9E
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 #708F9E Background
Contrast Ratio against Pure White (#FFFFFF):3.44 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #708F9E Background
Contrast Ratio against Pure Black (#000000):6.11 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #708F9E;
}
.element {
color: #708F9E;
background-color: #708F9E;
border-color: #708F9E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#708F9E] text-[#708F9E] border-[#708F9E]"> Content styled with #708F9E </div>