Hex Color #C827EC - Custom Color
Color Codes
HEX
#C827EC
RGB
rgb(200, 39, 236)
HSL
hsl(289, 84%, 54%)
CMYK
cmyk(15%, 83%, 0%, 7%)
HSV
hsv(289, 83%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.24:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.96: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: #C827EC;
color: #C827EC;
border-color: #C827EC;
}
Tailwind CSS (with arbitrary values)
bg-[#C827EC]
text-[#C827EC]
border-[#C827EC]
// Example usage:
<div className="bg-[#C827EC]">