Jade (Green)
#08C48C
RGB: 8, 196, 140
Color OverviewHEX #08C48C

#08C48C Color Code Information

In the RGB color space, #08C48C is composed of 3% red, 77% green, and 55% blue. In the HSL color space, it has a hue of 162°, saturation of 92%, and lightness of 40%.

HEX
#08C48C
RGB
8, 196, 140
HSL
162°, 92%, 40%
HSV
162°, 96%, 77%
CMYK
96%, 0%, 29%, 23%
Name Match
Jade
Closest Standard

Shades of #08C48C (Darker Variations)

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

Tints of #08C48C (Lighter Variations)

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

Tones of #08C48C (Muted Variations)

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

Color Harmonies for #08C48C

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

Developer Code Snippets & Tailwind CSS

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

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