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