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