Hex Color #78468B - Custom Color
Color Codes
HEX
#78468B
RGB
rgb(120, 70, 139)
HSL
hsl(283, 33%, 41%)
CMYK
cmyk(14%, 50%, 0%, 45%)
HSV
hsv(283, 50%, 55%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.89:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.05: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: #78468B;
color: #78468B;
border-color: #78468B;
}
Tailwind CSS (with arbitrary values)
bg-[#78468B]
text-[#78468B]
border-[#78468B]
// Example usage:
<div className="bg-[#78468B]">