Rosy Brown (Brown)
#AC717B
RGB: 172, 113, 123
Color OverviewHEX #AC717B

#AC717B Color Code Information

In the RGB color space, #AC717B is composed of 67% red, 44% green, and 48% blue. In the HSL color space, it has a hue of 350°, saturation of 26%, and lightness of 56%.

HEX
#AC717B
RGB
172, 113, 123
HSL
350°, 26%, 56%
HSV
350°, 34%, 67%
CMYK
0%, 34%, 28%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #AC717B (Darker Variations)

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

Tints of #AC717B (Lighter Variations)

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

Tones of #AC717B (Muted Variations)

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

Color Harmonies for #AC717B

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

Developer Code Snippets & Tailwind CSS

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

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