Hex Color #867788 - Custom Color
Color Codes
HEX
#867788
RGB
rgb(134, 119, 136)
HSL
hsl(293, 7%, 50%)
CMYK
cmyk(1%, 12%, 0%, 47%)
HSV
hsv(293, 12%, 53%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.19:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.01: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: #867788;
color: #867788;
border-color: #867788;
}
Tailwind CSS (with arbitrary values)
bg-[#867788]
text-[#867788]
border-[#867788]
// Example usage:
<div className="bg-[#867788]">