Hex Color #972FFF - Custom Color

Color Codes

HEX
#972FFF
RGB
rgb(151, 47, 255)
HSL
hsl(270, 100%, 59%)
CMYK
cmyk(41%, 82%, 0%, 0%)
HSV
hsv(270, 82%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.17:1
Fail - 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: #972FFF;
color: #972FFF;
border-color: #972FFF;
}

Tailwind CSS (with arbitrary values)

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