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