Hex Color #50462B - Custom Color
Color Codes
HEX
#50462B
RGB
rgb(80, 70, 43)
HSL
hsl(44, 30%, 24%)
CMYK
cmyk(0%, 12%, 46%, 69%)
HSV
hsv(44, 46%, 31%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 9.32:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 2.25: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: #50462B;
color: #50462B;
border-color: #50462B;
}
Tailwind CSS (with arbitrary values)
bg-[#50462B]
text-[#50462B]
border-[#50462B]
// Example usage:
<div className="bg-[#50462B]">