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