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