Hex Color #CF57EC - Custom Color

Color Codes

HEX
#CF57EC
RGB
rgb(207, 87, 236)
HSL
hsl(288, 80%, 63%)
CMYK
cmyk(12%, 63%, 0%, 7%)
HSV
hsv(288, 63%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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