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