Dim Gray (Neutral)
#66627A
RGB: 102, 98, 122
Color OverviewHEX #66627A

#66627A Color Code Information

In the RGB color space, #66627A is composed of 40% red, 38% green, and 48% blue. In the HSL color space, it has a hue of 250°, saturation of 11%, and lightness of 43%.

HEX
#66627A
RGB
102, 98, 122
HSL
250°, 11%, 43%
HSV
250°, 20%, 48%
CMYK
16%, 20%, 0%, 52%
Name Match
Dim Gray
Closest Standard

Shades of #66627A (Darker Variations)

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

Tints of #66627A (Lighter Variations)

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

Tones of #66627A (Muted Variations)

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

Color Harmonies for #66627A

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 #66627A Background
Contrast Ratio against Pure White (#FFFFFF):5.84 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #66627A Background
Contrast Ratio against Pure Black (#000000):3.59 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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