Celadon (Green)
#AACCB9
RGB: 170, 204, 185
Color OverviewHEX #AACCB9

#AACCB9 Color Code Information

In the RGB color space, #AACCB9 is composed of 67% red, 80% green, and 73% blue. In the HSL color space, it has a hue of 146°, saturation of 25%, and lightness of 73%.

HEX
#AACCB9
RGB
170, 204, 185
HSL
146°, 25%, 73%
HSV
146°, 17%, 80%
CMYK
17%, 0%, 9%, 20%
Name Match
Celadon
Closest Standard

Shades of #AACCB9 (Darker Variations)

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

Tints of #AACCB9 (Lighter Variations)

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

Tones of #AACCB9 (Muted Variations)

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

Color Harmonies for #AACCB9

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

Developer Code Snippets & Tailwind CSS

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

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