Dim Gray (Neutral)
#914B77
RGB: 145, 75, 119
Color OverviewHEX #914B77

#914B77 Color Code Information

In the RGB color space, #914B77 is composed of 57% red, 29% green, and 47% blue. In the HSL color space, it has a hue of 322°, saturation of 32%, and lightness of 43%.

HEX
#914B77
RGB
145, 75, 119
HSL
322°, 32%, 43%
HSV
322°, 48%, 57%
CMYK
0%, 48%, 18%, 43%
Name Match
Dim Gray
Closest Standard

Shades of #914B77 (Darker Variations)

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

Tints of #914B77 (Lighter Variations)

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

Tones of #914B77 (Muted Variations)

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

Color Harmonies for #914B77

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

Developer Code Snippets & Tailwind CSS

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

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