Hex Color #BE64DF - Custom Color

Color Codes

HEX
#BE64DF
RGB
rgb(190, 100, 223)
HSL
hsl(284, 66%, 63%)
CMYK
cmyk(15%, 55%, 0%, 13%)
HSV
hsv(284, 55%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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