Hex Color #867BBC - Custom Color

Color Codes

HEX
#867BBC
RGB
rgb(134, 123, 188)
HSL
hsl(250, 33%, 61%)
CMYK
cmyk(29%, 35%, 0%, 26%)
HSV
hsv(250, 35%, 74%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 5.57: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: #867BBC;
color: #867BBC;
border-color: #867BBC;
}

Tailwind CSS (with arbitrary values)

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