Dim Gray (Neutral)
#685681
RGB: 104, 86, 129
Color OverviewHEX #685681

#685681 Color Code Information

In the RGB color space, #685681 is composed of 41% red, 34% green, and 51% blue. In the HSL color space, it has a hue of 265°, saturation of 20%, and lightness of 42%.

HEX
#685681
RGB
104, 86, 129
HSL
265°, 20%, 42%
HSV
265°, 33%, 51%
CMYK
19%, 33%, 0%, 49%
Name Match
Dim Gray
Closest Standard

Shades of #685681 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #685681 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #685681 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #685681

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #685681 Background
Contrast Ratio against Pure White (#FFFFFF):6.49 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #685681 Background
Contrast Ratio against Pure Black (#000000):3.24 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #685681;
}

.element {
  color: #685681;
  background-color: #685681;
  border-color: #685681;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#685681] text-[#685681] border-[#685681]">
  Content styled with #685681
</div>