Viridian (Green)
#41737C
RGB: 65, 115, 124
Color OverviewHEX #41737C

#41737C Color Code Information

In the RGB color space, #41737C is composed of 25% red, 45% green, and 49% blue. In the HSL color space, it has a hue of 189°, saturation of 31%, and lightness of 37%.

HEX
#41737C
RGB
65, 115, 124
HSL
189°, 31%, 37%
HSV
189°, 48%, 49%
CMYK
48%, 7%, 0%, 51%
Name Match
Viridian
Closest Standard

Shades of #41737C (Darker Variations)

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

Tints of #41737C (Lighter Variations)

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

Tones of #41737C (Muted Variations)

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

Color Harmonies for #41737C

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

Developer Code Snippets & Tailwind CSS

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

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