Sandy Brown (Orange)
#CFA95E
RGB: 207, 169, 94
Color OverviewHEX #CFA95E

#CFA95E Color Code Information

In the RGB color space, #CFA95E is composed of 81% red, 66% green, and 37% blue. In the HSL color space, it has a hue of 40°, saturation of 54%, and lightness of 59%.

HEX
#CFA95E
RGB
207, 169, 94
HSL
40°, 54%, 59%
HSV
40°, 55%, 81%
CMYK
0%, 18%, 55%, 19%
Name Match
Sandy Brown
Closest Standard

Shades of #CFA95E (Darker Variations)

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

Tints of #CFA95E (Lighter Variations)

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

Tones of #CFA95E (Muted Variations)

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

Color Harmonies for #CFA95E

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

Developer Code Snippets & Tailwind CSS

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

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