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