Jade (Green)
#059669
RGB: 5, 150, 105
Color OverviewHEX #059669
#059669 Color Code Information
In the RGB color space, #059669 is composed of 2% red, 59% green, and 41% blue. In the HSL color space, it has a hue of 161°, saturation of 94%, and lightness of 30%.
HEX
#059669
RGB
5, 150, 105
HSL
161°, 94%, 30%
HSV
161°, 97%, 59%
CMYK
97%, 0%, 30%, 41%
Name Match
Jade
Closest StandardShades of #059669 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #059669 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #059669 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #059669
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 #059669 Background
Contrast Ratio against Pure White (#FFFFFF):3.77 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #059669 Background
Contrast Ratio against Pure Black (#000000):5.57 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #059669;
}
.element {
color: #059669;
background-color: #059669;
border-color: #059669;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#059669] text-[#059669] border-[#059669]"> Content styled with #059669 </div>