Mint Green (Green)
#86F8AD
RGB: 134, 248, 173
Color OverviewHEX #86F8AD

#86F8AD Color Code Information

In the RGB color space, #86F8AD is composed of 53% red, 97% green, and 68% blue. In the HSL color space, it has a hue of 141°, saturation of 89%, and lightness of 75%.

HEX
#86F8AD
RGB
134, 248, 173
HSL
141°, 89%, 75%
HSV
141°, 46%, 97%
CMYK
46%, 0%, 30%, 3%
Name Match
Mint Green
Closest Standard

Shades of #86F8AD (Darker Variations)

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

Tints of #86F8AD (Lighter Variations)

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

Tones of #86F8AD (Muted Variations)

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

Color Harmonies for #86F8AD

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

Developer Code Snippets & Tailwind CSS

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

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