Rosy Brown (Brown)
#AB9295
RGB: 171, 146, 149
Color OverviewHEX #AB9295

#AB9295 Color Code Information

In the RGB color space, #AB9295 is composed of 67% red, 57% green, and 58% blue. In the HSL color space, it has a hue of 353°, saturation of 13%, and lightness of 62%.

HEX
#AB9295
RGB
171, 146, 149
HSL
353°, 13%, 62%
HSV
353°, 15%, 67%
CMYK
0%, 15%, 13%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #AB9295 (Darker Variations)

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

Tints of #AB9295 (Lighter Variations)

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

Tones of #AB9295 (Muted Variations)

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

Color Harmonies for #AB9295

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

Developer Code Snippets & Tailwind CSS

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

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