Hex Color #C105FA - Custom Color
Color Codes
HEX
#C105FA
RGB
rgb(193, 5, 250)
HSL
hsl(286, 96%, 50%)
CMYK
cmyk(23%, 98%, 0%, 2%)
HSV
hsv(286, 98%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.50:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.67: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: #C105FA;
color: #C105FA;
border-color: #C105FA;
}
Tailwind CSS (with arbitrary values)
bg-[#C105FA]
text-[#C105FA]
border-[#C105FA]
// Example usage:
<div className="bg-[#C105FA]">