Viridian (Green)
#398782
RGB: 57, 135, 130
Color OverviewHEX #398782

#398782 Color Code Information

In the RGB color space, #398782 is composed of 22% red, 53% green, and 51% blue. In the HSL color space, it has a hue of 176°, saturation of 41%, and lightness of 38%.

HEX
#398782
RGB
57, 135, 130
HSL
176°, 41%, 38%
HSV
176°, 58%, 53%
CMYK
58%, 0%, 4%, 47%
Name Match
Viridian
Closest Standard

Shades of #398782 (Darker Variations)

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

Tints of #398782 (Lighter Variations)

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

Tones of #398782 (Muted Variations)

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

Color Harmonies for #398782

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

Developer Code Snippets & Tailwind CSS

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

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