Rust (Orange)
#C54326
RGB: 197, 67, 38
Color OverviewHEX #C54326

#C54326 Color Code Information

In the RGB color space, #C54326 is composed of 77% red, 26% green, and 15% blue. In the HSL color space, it has a hue of 11°, saturation of 68%, and lightness of 46%.

HEX
#C54326
RGB
197, 67, 38
HSL
11°, 68%, 46%
HSV
11°, 81%, 77%
CMYK
0%, 66%, 81%, 23%
Name Match
Rust
Closest Standard

Shades of #C54326 (Darker Variations)

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

Tints of #C54326 (Lighter Variations)

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

Tones of #C54326 (Muted Variations)

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

Color Harmonies for #C54326

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

Developer Code Snippets & Tailwind CSS

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

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