Dark Goldenrod (Yellow)
#A2BA08
RGB: 162, 186, 8
Color OverviewHEX #A2BA08
#A2BA08 Color Code Information
In the RGB color space, #A2BA08 is composed of 64% red, 73% green, and 3% blue. In the HSL color space, it has a hue of 68°, saturation of 92%, and lightness of 38%.
HEX
#A2BA08
RGB
162, 186, 8
HSL
68°, 92%, 38%
HSV
68°, 96%, 73%
CMYK
13%, 0%, 96%, 27%
Name Match
Dark Goldenrod
Closest StandardShades of #A2BA08 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A2BA08 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A2BA08 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A2BA08
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #A2BA08 Background
Contrast Ratio against Pure White (#FFFFFF):2.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A2BA08 Background
Contrast Ratio against Pure Black (#000000):9.56 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A2BA08;
}
.element {
color: #A2BA08;
background-color: #A2BA08;
border-color: #A2BA08;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A2BA08] text-[#A2BA08] border-[#A2BA08]"> Content styled with #A2BA08 </div>