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