Viridian (Green)
#52726F
RGB: 82, 114, 111
Color OverviewHEX #52726F
#52726F Color Code Information
In the RGB color space, #52726F is composed of 32% red, 45% green, and 44% blue. In the HSL color space, it has a hue of 174°, saturation of 16%, and lightness of 38%.
HEX
#52726F
RGB
82, 114, 111
HSL
174°, 16%, 38%
HSV
174°, 28%, 45%
CMYK
28%, 0%, 3%, 55%
Name Match
Viridian
Closest StandardShades of #52726F (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #52726F (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #52726F (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #52726F
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #52726F Background
Contrast Ratio against Pure White (#FFFFFF):5.26 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #52726F Background
Contrast Ratio against Pure Black (#000000):4 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #52726F;
}
.element {
color: #52726F;
background-color: #52726F;
border-color: #52726F;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#52726F] text-[#52726F] border-[#52726F]"> Content styled with #52726F </div>