Hex Color #888947 - Custom Color
Color Codes
HEX
#888947
RGB
rgb(136, 137, 71)
HSL
hsl(61, 32%, 41%)
CMYK
cmyk(1%, 0%, 48%, 46%)
HSV
hsv(61, 48%, 54%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.67:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.72: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: #888947;
color: #888947;
border-color: #888947;
}
Tailwind CSS (with arbitrary values)
bg-[#888947]
text-[#888947]
border-[#888947]
// Example usage:
<div className="bg-[#888947]">