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