Tomato (Red)
#F43F5E
RGB: 244, 63, 94
Color OverviewHEX #F43F5E

#F43F5E Color Code Information

In the RGB color space, #F43F5E is composed of 96% red, 25% green, and 37% blue. In the HSL color space, it has a hue of 350°, saturation of 89%, and lightness of 60%.

HEX
#F43F5E
RGB
244, 63, 94
HSL
350°, 89%, 60%
HSV
350°, 74%, 96%
CMYK
0%, 74%, 61%, 4%
Name Match
Tomato
Closest Standard

Shades of #F43F5E (Darker Variations)

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

Tints of #F43F5E (Lighter Variations)

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

Tones of #F43F5E (Muted Variations)

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

Color Harmonies for #F43F5E

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

Developer Code Snippets & Tailwind CSS

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

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