Hex Color #C58055 - Custom Color
Color Codes
HEX
#C58055
RGB
rgb(197, 128, 85)
HSL
hsl(23, 49%, 55%)
CMYK
cmyk(0%, 35%, 57%, 23%)
HSV
hsv(23, 57%, 77%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.19:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.59: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: #C58055;
color: #C58055;
border-color: #C58055;
}
Tailwind CSS (with arbitrary values)
bg-[#C58055]
text-[#C58055]
border-[#C58055]
// Example usage:
<div className="bg-[#C58055]">