Hex Color #CC61FC - Custom Color

Color Codes

HEX
#CC61FC
RGB
rgb(204, 97, 252)
HSL
hsl(281, 96%, 68%)
CMYK
cmyk(19%, 62%, 0%, 1%)
HSV
hsv(281, 62%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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