Viridian (Green)
#528877
RGB: 82, 136, 119
Color OverviewHEX #528877

#528877 Color Code Information

In the RGB color space, #528877 is composed of 32% red, 53% green, and 47% blue. In the HSL color space, it has a hue of 161°, saturation of 25%, and lightness of 43%.

HEX
#528877
RGB
82, 136, 119
HSL
161°, 25%, 43%
HSV
161°, 40%, 53%
CMYK
40%, 0%, 12%, 47%
Name Match
Viridian
Closest Standard

Shades of #528877 (Darker Variations)

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

Tints of #528877 (Lighter Variations)

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

Tones of #528877 (Muted Variations)

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

Color Harmonies for #528877

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

Developer Code Snippets & Tailwind CSS

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

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