Dark Salmon (Pink)
#D99080
RGB: 217, 144, 128
Color OverviewHEX #D99080

#D99080 Color Code Information

In the RGB color space, #D99080 is composed of 85% red, 56% green, and 50% blue. In the HSL color space, it has a hue of 11°, saturation of 54%, and lightness of 68%.

HEX
#D99080
RGB
217, 144, 128
HSL
11°, 54%, 68%
HSV
11°, 41%, 85%
CMYK
0%, 34%, 41%, 15%
Name Match
Dark Salmon
Closest Standard

Shades of #D99080 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #D99080 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #D99080 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #D99080

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #D99080 Background
Contrast Ratio against Pure White (#FFFFFF):2.55 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #D99080 Background
Contrast Ratio against Pure Black (#000000):8.25 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #D99080;
}

.element {
  color: #D99080;
  background-color: #D99080;
  border-color: #D99080;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#D99080] text-[#D99080] border-[#D99080]">
  Content styled with #D99080
</div>