Hex Color #4C806F - Custom Color
Color Codes
HEX
#4C806F
RGB
rgb(76, 128, 111)
HSL
hsl(160, 25%, 40%)
CMYK
cmyk(41%, 0%, 13%, 50%)
HSV
hsv(160, 41%, 50%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.54:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.62: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: #4C806F;
color: #4C806F;
border-color: #4C806F;
}
Tailwind CSS (with arbitrary values)
bg-[#4C806F]
text-[#4C806F]
border-[#4C806F]
// Example usage:
<div className="bg-[#4C806F]">