Chocolate (Brown)
#DF7320
RGB: 223, 115, 32
Color OverviewHEX #DF7320

#DF7320 Color Code Information

In the RGB color space, #DF7320 is composed of 87% red, 45% green, and 13% blue. In the HSL color space, it has a hue of 26°, saturation of 75%, and lightness of 50%.

HEX
#DF7320
RGB
223, 115, 32
HSL
26°, 75%, 50%
HSV
26°, 86%, 87%
CMYK
0%, 48%, 86%, 13%
Name Match
Chocolate
Closest Standard

Shades of #DF7320 (Darker Variations)

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

Tints of #DF7320 (Lighter Variations)

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

Tones of #DF7320 (Muted Variations)

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

Color Harmonies for #DF7320

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

Developer Code Snippets & Tailwind CSS

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

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