Goldenrod (Yellow)
#A1D24B
RGB: 161, 210, 75
Color OverviewHEX #A1D24B

#A1D24B Color Code Information

In the RGB color space, #A1D24B is composed of 63% red, 82% green, and 29% blue. In the HSL color space, it has a hue of 82°, saturation of 60%, and lightness of 56%.

HEX
#A1D24B
RGB
161, 210, 75
HSL
82°, 60%, 56%
HSV
82°, 64%, 82%
CMYK
23%, 0%, 64%, 18%
Name Match
Goldenrod
Closest Standard

Shades of #A1D24B (Darker Variations)

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

Tints of #A1D24B (Lighter Variations)

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

Tones of #A1D24B (Muted Variations)

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

Color Harmonies for #A1D24B

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

Developer Code Snippets & Tailwind CSS

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

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