Coral (Orange)
#ED7C3B
RGB: 237, 124, 59
Color OverviewHEX #ED7C3B

#ED7C3B Color Code Information

In the RGB color space, #ED7C3B is composed of 93% red, 49% green, and 23% blue. In the HSL color space, it has a hue of 22°, saturation of 83%, and lightness of 58%.

HEX
#ED7C3B
RGB
237, 124, 59
HSL
22°, 83%, 58%
HSV
22°, 75%, 93%
CMYK
0%, 48%, 75%, 7%
Name Match
Coral
Closest Standard

Shades of #ED7C3B (Darker Variations)

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

Tints of #ED7C3B (Lighter Variations)

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

Tones of #ED7C3B (Muted Variations)

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

Color Harmonies for #ED7C3B

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

Developer Code Snippets & Tailwind CSS

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

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