Hex Color #983DCC - Custom Color
Color Codes
HEX
#983DCC
RGB
rgb(152, 61, 204)
HSL
hsl(278, 58%, 52%)
CMYK
cmyk(25%, 70%, 0%, 20%)
HSV
hsv(278, 70%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.42:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.87: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: #983DCC;
color: #983DCC;
border-color: #983DCC;
}
Tailwind CSS (with arbitrary values)
bg-[#983DCC]
text-[#983DCC]
border-[#983DCC]
// Example usage:
<div className="bg-[#983DCC]">