Purple (Purple)
#94057A
RGB: 148, 5, 122
Color OverviewHEX #94057A

#94057A Color Code Information

In the RGB color space, #94057A is composed of 58% red, 2% green, and 48% blue. In the HSL color space, it has a hue of 311°, saturation of 93%, and lightness of 30%.

HEX
#94057A
RGB
148, 5, 122
HSL
311°, 93%, 30%
HSV
311°, 97%, 58%
CMYK
0%, 97%, 18%, 42%
Name Match
Purple
Closest Standard

Shades of #94057A (Darker Variations)

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

Tints of #94057A (Lighter Variations)

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

Tones of #94057A (Muted Variations)

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

Color Harmonies for #94057A

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

Developer Code Snippets & Tailwind CSS

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

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