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