Plum (Purple)
#B99ADF
RGB: 185, 154, 223
Color OverviewHEX #B99ADF

#B99ADF Color Code Information

In the RGB color space, #B99ADF is composed of 73% red, 60% green, and 87% blue. In the HSL color space, it has a hue of 267°, saturation of 52%, and lightness of 74%.

HEX
#B99ADF
RGB
185, 154, 223
HSL
267°, 52%, 74%
HSV
267°, 31%, 87%
CMYK
17%, 31%, 0%, 13%
Name Match
Plum
Closest Standard

Shades of #B99ADF (Darker Variations)

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

Tints of #B99ADF (Lighter Variations)

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

Tones of #B99ADF (Muted Variations)

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

Color Harmonies for #B99ADF

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

Developer Code Snippets & Tailwind CSS

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

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