Gray (Neutral)
#858A8E
RGB: 133, 138, 142
Color OverviewHEX #858A8E

#858A8E Color Code Information

In the RGB color space, #858A8E is composed of 52% red, 54% green, and 56% blue. In the HSL color space, it has a hue of 207°, saturation of 4%, and lightness of 54%.

HEX
#858A8E
RGB
133, 138, 142
HSL
207°, 4%, 54%
HSV
207°, 6%, 56%
CMYK
6%, 3%, 0%, 44%
Name Match
Gray
Closest Standard

Shades of #858A8E (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #858A8E (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #858A8E (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #858A8E

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #858A8E Background
Contrast Ratio against Pure White (#FFFFFF):3.49 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #858A8E Background
Contrast Ratio against Pure Black (#000000):6.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #858A8E;
}

.element {
  color: #858A8E;
  background-color: #858A8E;
  border-color: #858A8E;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#858A8E] text-[#858A8E] border-[#858A8E]">
  Content styled with #858A8E
</div>