Hex Color #B92DBE - Custom Color

Color Codes

HEX
#B92DBE
RGB
rgb(185, 45, 190)
HSL
hsl(298, 62%, 46%)
CMYK
cmyk(3%, 76%, 0%, 25%)
HSV
hsv(298, 76%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.18:1
Fail - WCAG AA (Normal Text)
Fail - 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: #B92DBE;
color: #B92DBE;
border-color: #B92DBE;
}

Tailwind CSS (with arbitrary values)

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