Rosy Brown (Brown)
#BD98B7
RGB: 189, 152, 183
Color OverviewHEX #BD98B7

#BD98B7 Color Code Information

In the RGB color space, #BD98B7 is composed of 74% red, 60% green, and 72% blue. In the HSL color space, it has a hue of 310°, saturation of 22%, and lightness of 67%.

HEX
#BD98B7
RGB
189, 152, 183
HSL
310°, 22%, 67%
HSV
310°, 20%, 74%
CMYK
0%, 20%, 3%, 26%
Name Match
Rosy Brown
Closest Standard

Shades of #BD98B7 (Darker Variations)

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

Tints of #BD98B7 (Lighter Variations)

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

Tones of #BD98B7 (Muted Variations)

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

Color Harmonies for #BD98B7

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

Developer Code Snippets & Tailwind CSS

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

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