Celadon (Green)
#ACD2BC
RGB: 172, 210, 188
Color OverviewHEX #ACD2BC

#ACD2BC Color Code Information

In the RGB color space, #ACD2BC is composed of 67% red, 82% green, and 74% blue. In the HSL color space, it has a hue of 145°, saturation of 30%, and lightness of 75%.

HEX
#ACD2BC
RGB
172, 210, 188
HSL
145°, 30%, 75%
HSV
145°, 18%, 82%
CMYK
18%, 0%, 10%, 18%
Name Match
Celadon
Closest Standard

Shades of #ACD2BC (Darker Variations)

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

Tints of #ACD2BC (Lighter Variations)

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

Tones of #ACD2BC (Muted Variations)

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

Color Harmonies for #ACD2BC

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

Developer Code Snippets & Tailwind CSS

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

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