Hex Color #C81CFD - Custom Color

Color Codes

HEX
#C81CFD
RGB
rgb(200, 28, 253)
HSL
hsl(286, 98%, 55%)
CMYK
cmyk(21%, 89%, 0%, 1%)
HSV
hsv(286, 89%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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