Viridian (Green)
#56866A
RGB: 86, 134, 106
Color OverviewHEX #56866A

#56866A Color Code Information

In the RGB color space, #56866A is composed of 34% red, 53% green, and 42% blue. In the HSL color space, it has a hue of 145°, saturation of 22%, and lightness of 43%.

HEX
#56866A
RGB
86, 134, 106
HSL
145°, 22%, 43%
HSV
145°, 36%, 53%
CMYK
36%, 0%, 21%, 47%
Name Match
Viridian
Closest Standard

Shades of #56866A (Darker Variations)

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

Tints of #56866A (Lighter Variations)

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

Tones of #56866A (Muted Variations)

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

Color Harmonies for #56866A

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

Developer Code Snippets & Tailwind CSS

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

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