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