Hex Color #B10EBE - Custom Color

Color Codes

HEX
#B10EBE
RGB
rgb(177, 14, 190)
HSL
hsl(296, 86%, 40%)
CMYK
cmyk(7%, 93%, 0%, 25%)
HSV
hsv(296, 93%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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