Charcoal (Neutral)
#37264D
RGB: 55, 38, 77
Color OverviewHEX #37264D

#37264D Color Code Information

In the RGB color space, #37264D is composed of 22% red, 15% green, and 30% blue. In the HSL color space, it has a hue of 266°, saturation of 34%, and lightness of 23%.

HEX
#37264D
RGB
55, 38, 77
HSL
266°, 34%, 23%
HSV
266°, 51%, 30%
CMYK
29%, 51%, 0%, 70%
Name Match
Charcoal
Closest Standard

Shades of #37264D (Darker Variations)

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

Tints of #37264D (Lighter Variations)

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

Tones of #37264D (Muted Variations)

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

Color Harmonies for #37264D

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 #37264D Background
Contrast Ratio against Pure White (#FFFFFF):13.58 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #37264D Background
Contrast Ratio against Pure Black (#000000):1.55 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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