Hex Color #C76FEB - Custom Color
Color Codes
HEX
#C76FEB
RGB
rgb(199, 111, 235)
HSL
hsl(283, 76%, 68%)
CMYK
cmyk(15%, 53%, 0%, 8%)
HSV
hsv(283, 53%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.04:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.90: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: #C76FEB;
color: #C76FEB;
border-color: #C76FEB;
}
Tailwind CSS (with arbitrary values)
bg-[#C76FEB]
text-[#C76FEB]
border-[#C76FEB]
// Example usage:
<div className="bg-[#C76FEB]">