Celadon (Green)
#A8CA86
RGB: 168, 202, 134
Color OverviewHEX #A8CA86

#A8CA86 Color Code Information

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

HEX
#A8CA86
RGB
168, 202, 134
HSL
90°, 39%, 66%
HSV
90°, 34%, 79%
CMYK
17%, 0%, 34%, 21%
Name Match
Celadon
Closest Standard

Shades of #A8CA86 (Darker Variations)

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

Tints of #A8CA86 (Lighter Variations)

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

Tones of #A8CA86 (Muted Variations)

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

Color Harmonies for #A8CA86

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

Developer Code Snippets & Tailwind CSS

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

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