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