Hex Color #82678E - Custom Color
Color Codes
HEX
#82678E
RGB
rgb(130, 103, 142)
HSL
hsl(282, 16%, 48%)
CMYK
cmyk(8%, 27%, 0%, 44%)
HSV
hsv(282, 27%, 56%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.91:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.28: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: #82678E;
color: #82678E;
border-color: #82678E;
}
Tailwind CSS (with arbitrary values)
bg-[#82678E]
text-[#82678E]
border-[#82678E]
// Example usage:
<div className="bg-[#82678E]">