Celadon (Green)
#9ABC8F
RGB: 154, 188, 143
Color OverviewHEX #9ABC8F

#9ABC8F Color Code Information

In the RGB color space, #9ABC8F is composed of 60% red, 74% green, and 56% blue. In the HSL color space, it has a hue of 105°, saturation of 25%, and lightness of 65%.

HEX
#9ABC8F
RGB
154, 188, 143
HSL
105°, 25%, 65%
HSV
105°, 24%, 74%
CMYK
18%, 0%, 24%, 26%
Name Match
Celadon
Closest Standard

Shades of #9ABC8F (Darker Variations)

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

Tints of #9ABC8F (Lighter Variations)

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

Tones of #9ABC8F (Muted Variations)

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

Color Harmonies for #9ABC8F

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

Developer Code Snippets & Tailwind CSS

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

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