Rosy Brown (Brown)
#BB9595
RGB: 187, 149, 149
Color OverviewHEX #BB9595

#BB9595 Color Code Information

In the RGB color space, #BB9595 is composed of 73% red, 58% green, and 58% blue. In the HSL color space, it has a hue of 0°, saturation of 22%, and lightness of 66%.

HEX
#BB9595
RGB
187, 149, 149
HSL
0°, 22%, 66%
HSV
0°, 20%, 73%
CMYK
0%, 20%, 20%, 27%
Name Match
Rosy Brown
Closest Standard

Shades of #BB9595 (Darker Variations)

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

Tints of #BB9595 (Lighter Variations)

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

Tones of #BB9595 (Muted Variations)

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

Color Harmonies for #BB9595

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

Developer Code Snippets & Tailwind CSS

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

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