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