Light Salmon (Pink)
#F5A492
RGB: 245, 164, 146
Color OverviewHEX #F5A492

#F5A492 Color Code Information

In the RGB color space, #F5A492 is composed of 96% red, 64% green, and 57% blue. In the HSL color space, it has a hue of 11°, saturation of 83%, and lightness of 77%.

HEX
#F5A492
RGB
245, 164, 146
HSL
11°, 83%, 77%
HSV
11°, 40%, 96%
CMYK
0%, 33%, 40%, 4%
Name Match
Light Salmon
Closest Standard

Shades of #F5A492 (Darker Variations)

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

Tints of #F5A492 (Lighter Variations)

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

Tones of #F5A492 (Muted Variations)

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

Color Harmonies for #F5A492

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

Developer Code Snippets & Tailwind CSS

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

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