Charcoal (Neutral)
#422650
RGB: 66, 38, 80
Color OverviewHEX #422650

#422650 Color Code Information

In the RGB color space, #422650 is composed of 26% red, 15% green, and 31% blue. In the HSL color space, it has a hue of 280°, saturation of 36%, and lightness of 23%.

HEX
#422650
RGB
66, 38, 80
HSL
280°, 36%, 23%
HSV
280°, 53%, 31%
CMYK
18%, 52%, 0%, 69%
Name Match
Charcoal
Closest Standard

Shades of #422650 (Darker Variations)

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

Tints of #422650 (Lighter Variations)

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

Tones of #422650 (Muted Variations)

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

Color Harmonies for #422650

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

Developer Code Snippets & Tailwind CSS

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

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