Rosy Brown (Brown)
#BE9D9F
RGB: 190, 157, 159
Color OverviewHEX #BE9D9F

#BE9D9F Color Code Information

In the RGB color space, #BE9D9F is composed of 75% red, 62% green, and 62% blue. In the HSL color space, it has a hue of 356°, saturation of 20%, and lightness of 68%.

HEX
#BE9D9F
RGB
190, 157, 159
HSL
356°, 20%, 68%
HSV
356°, 17%, 75%
CMYK
0%, 17%, 16%, 25%
Name Match
Rosy Brown
Closest Standard

Shades of #BE9D9F (Darker Variations)

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

Tints of #BE9D9F (Lighter Variations)

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

Tones of #BE9D9F (Muted Variations)

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

Color Harmonies for #BE9D9F

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

Developer Code Snippets & Tailwind CSS

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

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