Hex Color #C5956A - Custom Color
Color Codes
HEX
#C5956A
RGB
rgb(197, 149, 106)
HSL
hsl(28, 44%, 59%)
CMYK
cmyk(0%, 24%, 46%, 23%)
HSV
hsv(28, 46%, 77%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.66:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.88:1
Pass - WCAG AA (Normal Text)
Pass - 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: #C5956A;
color: #C5956A;
border-color: #C5956A;
}
Tailwind CSS (with arbitrary values)
bg-[#C5956A]
text-[#C5956A]
border-[#C5956A]
// Example usage:
<div className="bg-[#C5956A]">