Hex Color #B46EFF - Custom Color

Color Codes

HEX
#B46EFF
RGB
rgb(180, 110, 255)
HSL
hsl(269, 100%, 72%)
CMYK
cmyk(29%, 57%, 0%, 0%)
HSV
hsv(269, 57%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 6.62:1
Pass - 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: #B46EFF;
color: #B46EFF;
border-color: #B46EFF;
}

Tailwind CSS (with arbitrary values)

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