Celadon (Green)
#AEC8AC
RGB: 174, 200, 172
Color OverviewHEX #AEC8AC

#AEC8AC Color Code Information

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

HEX
#AEC8AC
RGB
174, 200, 172
HSL
116°, 20%, 73%
HSV
116°, 14%, 78%
CMYK
13%, 0%, 14%, 22%
Name Match
Celadon
Closest Standard

Shades of #AEC8AC (Darker Variations)

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

Tints of #AEC8AC (Lighter Variations)

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

Tones of #AEC8AC (Muted Variations)

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

Color Harmonies for #AEC8AC

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

Developer Code Snippets & Tailwind CSS

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

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