Celadon (Green)
#86CA9D
RGB: 134, 202, 157
Color OverviewHEX #86CA9D

#86CA9D Color Code Information

In the RGB color space, #86CA9D is composed of 53% red, 79% green, and 62% blue. In the HSL color space, it has a hue of 140°, saturation of 39%, and lightness of 66%.

HEX
#86CA9D
RGB
134, 202, 157
HSL
140°, 39%, 66%
HSV
140°, 34%, 79%
CMYK
34%, 0%, 22%, 21%
Name Match
Celadon
Closest Standard

Shades of #86CA9D (Darker Variations)

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

Tints of #86CA9D (Lighter Variations)

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

Tones of #86CA9D (Muted Variations)

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

Color Harmonies for #86CA9D

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

Developer Code Snippets & Tailwind CSS

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

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