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