Goldenrod (Yellow)
#C5D737
RGB: 197, 215, 55
Color OverviewHEX #C5D737
#C5D737 Color Code Information
In the RGB color space, #C5D737 is composed of 77% red, 84% green, and 22% blue. In the HSL color space, it has a hue of 67°, saturation of 67%, and lightness of 53%.
HEX
#C5D737
RGB
197, 215, 55
HSL
67°, 67%, 53%
HSV
67°, 74%, 84%
CMYK
8%, 0%, 74%, 16%
Name Match
Goldenrod
Closest StandardShades of #C5D737 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #C5D737 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #C5D737 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #C5D737
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 #C5D737 Background
Contrast Ratio against Pure White (#FFFFFF):1.6 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C5D737 Background
Contrast Ratio against Pure Black (#000000):13.15 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #C5D737;
}
.element {
color: #C5D737;
background-color: #C5D737;
border-color: #C5D737;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#C5D737] text-[#C5D737] border-[#C5D737]"> Content styled with #C5D737 </div>