Celadon (Green)
#A4DB9E
RGB: 164, 219, 158
Color OverviewHEX #A4DB9E

#A4DB9E Color Code Information

In the RGB color space, #A4DB9E is composed of 64% red, 86% green, and 62% blue. In the HSL color space, it has a hue of 114°, saturation of 46%, and lightness of 74%.

HEX
#A4DB9E
RGB
164, 219, 158
HSL
114°, 46%, 74%
HSV
114°, 28%, 86%
CMYK
25%, 0%, 28%, 14%
Name Match
Celadon
Closest Standard

Shades of #A4DB9E (Darker Variations)

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

Tints of #A4DB9E (Lighter Variations)

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

Tones of #A4DB9E (Muted Variations)

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

Color Harmonies for #A4DB9E

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

Developer Code Snippets & Tailwind CSS

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

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