Celadon (Green)
#A2CDB5
RGB: 162, 205, 181
Color OverviewHEX #A2CDB5

#A2CDB5 Color Code Information

In the RGB color space, #A2CDB5 is composed of 64% red, 80% green, and 71% blue. In the HSL color space, it has a hue of 147°, saturation of 30%, and lightness of 72%.

HEX
#A2CDB5
RGB
162, 205, 181
HSL
147°, 30%, 72%
HSV
147°, 21%, 80%
CMYK
21%, 0%, 12%, 20%
Name Match
Celadon
Closest Standard

Shades of #A2CDB5 (Darker Variations)

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

Tints of #A2CDB5 (Lighter Variations)

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

Tones of #A2CDB5 (Muted Variations)

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

Color Harmonies for #A2CDB5

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

Developer Code Snippets & Tailwind CSS

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

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