Hex Color #6E0BCA - Custom Color
Color Codes
HEX
#6E0BCA
RGB
rgb(110, 11, 202)
HSL
hsl(271, 90%, 42%)
CMYK
cmyk(46%, 95%, 0%, 21%)
HSV
hsv(271, 95%, 79%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 8.19:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 2.56: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: #6E0BCA;
color: #6E0BCA;
border-color: #6E0BCA;
}
Tailwind CSS (with arbitrary values)
bg-[#6E0BCA]
text-[#6E0BCA]
border-[#6E0BCA]
// Example usage:
<div className="bg-[#6E0BCA]">