Celadon (Green)
#9CC0AC
RGB: 156, 192, 172
Color OverviewHEX #9CC0AC

#9CC0AC Color Code Information

In the RGB color space, #9CC0AC is composed of 61% red, 75% green, and 67% blue. In the HSL color space, it has a hue of 147°, saturation of 22%, and lightness of 68%.

HEX
#9CC0AC
RGB
156, 192, 172
HSL
147°, 22%, 68%
HSV
147°, 19%, 75%
CMYK
19%, 0%, 10%, 25%
Name Match
Celadon
Closest Standard

Shades of #9CC0AC (Darker Variations)

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

Tints of #9CC0AC (Lighter Variations)

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

Tones of #9CC0AC (Muted Variations)

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

Color Harmonies for #9CC0AC

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

Developer Code Snippets & Tailwind CSS

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

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