Dark Salmon (Pink)
#CD9265
RGB: 205, 146, 101
Color OverviewHEX #CD9265

#CD9265 Color Code Information

In the RGB color space, #CD9265 is composed of 80% red, 57% green, and 40% blue. In the HSL color space, it has a hue of 26°, saturation of 51%, and lightness of 60%.

HEX
#CD9265
RGB
205, 146, 101
HSL
26°, 51%, 60%
HSV
26°, 51%, 80%
CMYK
0%, 29%, 51%, 20%
Name Match
Dark Salmon
Closest Standard

Shades of #CD9265 (Darker Variations)

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

Tints of #CD9265 (Lighter Variations)

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

Tones of #CD9265 (Muted Variations)

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

Color Harmonies for #CD9265

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 #CD9265 Background
Contrast Ratio against Pure White (#FFFFFF):2.66 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CD9265 Background
Contrast Ratio against Pure Black (#000000):7.9 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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