Light Coral (Red)
#E96783
RGB: 233, 103, 131
Color OverviewHEX #E96783
#E96783 Color Code Information
In the RGB color space, #E96783 is composed of 91% red, 40% green, and 51% blue. In the HSL color space, it has a hue of 347°, saturation of 75%, and lightness of 66%.
HEX
#E96783
RGB
233, 103, 131
HSL
347°, 75%, 66%
HSV
347°, 56%, 91%
CMYK
0%, 56%, 44%, 9%
Name Match
Light Coral
Closest StandardShades of #E96783 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #E96783 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #E96783 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #E96783
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 #E96783 Background
Contrast Ratio against Pure White (#FFFFFF):3.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E96783 Background
Contrast Ratio against Pure Black (#000000):6.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #E96783;
}
.element {
color: #E96783;
background-color: #E96783;
border-color: #E96783;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#E96783] text-[#E96783] border-[#E96783]"> Content styled with #E96783 </div>