Viridian (Green)
#426764
RGB: 66, 103, 100
Color OverviewHEX #426764

#426764 Color Code Information

In the RGB color space, #426764 is composed of 26% red, 40% green, and 39% blue. In the HSL color space, it has a hue of 175°, saturation of 22%, and lightness of 33%.

HEX
#426764
RGB
66, 103, 100
HSL
175°, 22%, 33%
HSV
175°, 36%, 40%
CMYK
36%, 0%, 3%, 60%
Name Match
Viridian
Closest Standard

Shades of #426764 (Darker Variations)

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

Tints of #426764 (Lighter Variations)

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

Tones of #426764 (Muted Variations)

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

Color Harmonies for #426764

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

Developer Code Snippets & Tailwind CSS

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

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