Light Coral (Red)
#F58A8A
RGB: 245, 138, 138
Color OverviewHEX #F58A8A

#F58A8A Color Code Information

In the RGB color space, #F58A8A is composed of 96% red, 54% green, and 54% blue. In the HSL color space, it has a hue of 0°, saturation of 84%, and lightness of 75%.

HEX
#F58A8A
RGB
245, 138, 138
HSL
0°, 84%, 75%
HSV
0°, 44%, 96%
CMYK
0%, 44%, 44%, 4%
Name Match
Light Coral
Closest Standard

Shades of #F58A8A (Darker Variations)

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

Tints of #F58A8A (Lighter Variations)

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

Tones of #F58A8A (Muted Variations)

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

Color Harmonies for #F58A8A

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

Developer Code Snippets & Tailwind CSS

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

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