Hex Color #BA36FC - Custom Color

Color Codes

HEX
#BA36FC
RGB
rgb(186, 54, 252)
HSL
hsl(280, 97%, 60%)
CMYK
cmyk(26%, 79%, 0%, 1%)
HSV
hsv(280, 79%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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