Hex Color #BB92BB - Custom Color

Color Codes

HEX
#BB92BB
RGB
rgb(187, 146, 187)
HSL
hsl(300, 23%, 65%)
CMYK
cmyk(0%, 22%, 0%, 27%)
HSV
hsv(300, 22%, 73%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 2.64:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 7.94:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #BB92BB;
color: #BB92BB;
border-color: #BB92BB;
}

Tailwind CSS (with arbitrary values)

bg-[#BB92BB]
text-[#BB92BB]
border-[#BB92BB]
// Example usage:
<div className="bg-[#BB92BB]">