Celadon (Green)
#A1C9A1
RGB: 161, 201, 161
Color OverviewHEX #A1C9A1

#A1C9A1 Color Code Information

In the RGB color space, #A1C9A1 is composed of 63% red, 79% green, and 63% blue. In the HSL color space, it has a hue of 120°, saturation of 27%, and lightness of 71%.

HEX
#A1C9A1
RGB
161, 201, 161
HSL
120°, 27%, 71%
HSV
120°, 20%, 79%
CMYK
20%, 0%, 20%, 21%
Name Match
Celadon
Closest Standard

Shades of #A1C9A1 (Darker Variations)

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

Tints of #A1C9A1 (Lighter Variations)

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

Tones of #A1C9A1 (Muted Variations)

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

Color Harmonies for #A1C9A1

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

Developer Code Snippets & Tailwind CSS

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

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