Hex Color #B60BBC - Custom Color

Color Codes

HEX
#B60BBC
RGB
rgb(182, 11, 188)
HSL
hsl(298, 89%, 39%)
CMYK
cmyk(3%, 94%, 0%, 26%)
HSV
hsv(298, 94%, 74%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.76: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: #B60BBC;
color: #B60BBC;
border-color: #B60BBC;
}

Tailwind CSS (with arbitrary values)

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