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