Hex Color #5A444D - Custom Color
Color Codes
HEX
#5A444D
RGB
rgb(90, 68, 77)
HSL
hsl(335, 14%, 31%)
CMYK
cmyk(0%, 24%, 14%, 65%)
HSV
hsv(335, 24%, 35%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 8.87:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 2.37: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: #5A444D;
color: #5A444D;
border-color: #5A444D;
}
Tailwind CSS (with arbitrary values)
bg-[#5A444D]
text-[#5A444D]
border-[#5A444D]
// Example usage:
<div className="bg-[#5A444D]">