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