Goldenrod (Yellow)
#CBB915
RGB: 203, 185, 21
Color OverviewHEX #CBB915

#CBB915 Color Code Information

In the RGB color space, #CBB915 is composed of 80% red, 73% green, and 8% blue. In the HSL color space, it has a hue of 54°, saturation of 81%, and lightness of 44%.

HEX
#CBB915
RGB
203, 185, 21
HSL
54°, 81%, 44%
HSV
54°, 90%, 80%
CMYK
0%, 9%, 90%, 20%
Name Match
Goldenrod
Closest Standard

Shades of #CBB915 (Darker Variations)

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

Tints of #CBB915 (Lighter Variations)

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

Tones of #CBB915 (Muted Variations)

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

Color Harmonies for #CBB915

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

Developer Code Snippets & Tailwind CSS

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

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