Bronze (Brown)
#CF6D34
RGB: 207, 109, 52
Color OverviewHEX #CF6D34
#CF6D34 Color Code Information
In the RGB color space, #CF6D34 is composed of 81% red, 43% green, and 20% blue. In the HSL color space, it has a hue of 22°, saturation of 62%, and lightness of 51%.
HEX
#CF6D34
RGB
207, 109, 52
HSL
22°, 62%, 51%
HSV
22°, 75%, 81%
CMYK
0%, 47%, 75%, 19%
Name Match
Bronze
Closest StandardShades of #CF6D34 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CF6D34 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CF6D34 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CF6D34
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 #CF6D34 Background
Contrast Ratio against Pure White (#FFFFFF):3.57 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CF6D34 Background
Contrast Ratio against Pure Black (#000000):5.89 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CF6D34;
}
.element {
color: #CF6D34;
background-color: #CF6D34;
border-color: #CF6D34;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CF6D34] text-[#CF6D34] border-[#CF6D34]"> Content styled with #CF6D34 </div>