Hex Color #B678EC - Custom Color

Color Codes

HEX
#B678EC
RGB
rgb(182, 120, 236)
HSL
hsl(272, 75%, 70%)
CMYK
cmyk(23%, 49%, 0%, 7%)
HSV
hsv(272, 49%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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