Celadon (Green)
#ABC6A9
RGB: 171, 198, 169
Color OverviewHEX #ABC6A9

#ABC6A9 Color Code Information

In the RGB color space, #ABC6A9 is composed of 67% red, 78% green, and 66% blue. In the HSL color space, it has a hue of 116°, saturation of 20%, and lightness of 72%.

HEX
#ABC6A9
RGB
171, 198, 169
HSL
116°, 20%, 72%
HSV
116°, 15%, 78%
CMYK
14%, 0%, 15%, 22%
Name Match
Celadon
Closest Standard

Shades of #ABC6A9 (Darker Variations)

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

Tints of #ABC6A9 (Lighter Variations)

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

Tones of #ABC6A9 (Muted Variations)

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

Color Harmonies for #ABC6A9

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

Developer Code Snippets & Tailwind CSS

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

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