Celadon (Green)
#A5D5AC
RGB: 165, 213, 172
Color OverviewHEX #A5D5AC

#A5D5AC Color Code Information

In the RGB color space, #A5D5AC is composed of 65% red, 84% green, and 67% blue. In the HSL color space, it has a hue of 129°, saturation of 36%, and lightness of 74%.

HEX
#A5D5AC
RGB
165, 213, 172
HSL
129°, 36%, 74%
HSV
129°, 23%, 84%
CMYK
23%, 0%, 19%, 16%
Name Match
Celadon
Closest Standard

Shades of #A5D5AC (Darker Variations)

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

Tints of #A5D5AC (Lighter Variations)

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

Tones of #A5D5AC (Muted Variations)

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

Color Harmonies for #A5D5AC

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

Developer Code Snippets & Tailwind CSS

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

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