Rosy Brown (Brown)
#B36FAA
RGB: 179, 111, 170
Color OverviewHEX #B36FAA

#B36FAA Color Code Information

In the RGB color space, #B36FAA is composed of 70% red, 44% green, and 67% blue. In the HSL color space, it has a hue of 308°, saturation of 31%, and lightness of 57%.

HEX
#B36FAA
RGB
179, 111, 170
HSL
308°, 31%, 57%
HSV
308°, 38%, 70%
CMYK
0%, 38%, 5%, 30%
Name Match
Rosy Brown
Closest Standard

Shades of #B36FAA (Darker Variations)

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

Tints of #B36FAA (Lighter Variations)

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

Tones of #B36FAA (Muted Variations)

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

Color Harmonies for #B36FAA

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

Developer Code Snippets & Tailwind CSS

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

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