Rosy Brown (Brown)
#BE8DB6
RGB: 190, 141, 182
Color OverviewHEX #BE8DB6

#BE8DB6 Color Code Information

In the RGB color space, #BE8DB6 is composed of 75% red, 55% green, and 71% blue. In the HSL color space, it has a hue of 310°, saturation of 27%, and lightness of 65%.

HEX
#BE8DB6
RGB
190, 141, 182
HSL
310°, 27%, 65%
HSV
310°, 26%, 75%
CMYK
0%, 26%, 4%, 25%
Name Match
Rosy Brown
Closest Standard

Shades of #BE8DB6 (Darker Variations)

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

Tints of #BE8DB6 (Lighter Variations)

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

Tones of #BE8DB6 (Muted Variations)

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

Color Harmonies for #BE8DB6

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

Developer Code Snippets & Tailwind CSS

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

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