Hex Color #84967B - Custom Color
Color Codes
HEX
#84967B
RGB
rgb(132, 150, 123)
HSL
hsl(100, 11%, 54%)
CMYK
cmyk(12%, 0%, 18%, 41%)
HSV
hsv(100, 18%, 59%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.17:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.63: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: #84967B;
color: #84967B;
border-color: #84967B;
}
Tailwind CSS (with arbitrary values)
bg-[#84967B]
text-[#84967B]
border-[#84967B]
// Example usage:
<div className="bg-[#84967B]">