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