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