Celadon (Green)
#AACCA8
RGB: 170, 204, 168
Color OverviewHEX #AACCA8

#AACCA8 Color Code Information

In the RGB color space, #AACCA8 is composed of 67% red, 80% green, and 66% blue. In the HSL color space, it has a hue of 117°, saturation of 26%, and lightness of 73%.

HEX
#AACCA8
RGB
170, 204, 168
HSL
117°, 26%, 73%
HSV
117°, 18%, 80%
CMYK
17%, 0%, 18%, 20%
Name Match
Celadon
Closest Standard

Shades of #AACCA8 (Darker Variations)

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

Tints of #AACCA8 (Lighter Variations)

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

Tones of #AACCA8 (Muted Variations)

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

Color Harmonies for #AACCA8

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

Developer Code Snippets & Tailwind CSS

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

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