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