Hex Color #C2956B - Custom Color
Color Codes
HEX
#C2956B
RGB
rgb(194, 149, 107)
HSL
hsl(29, 42%, 59%)
CMYK
cmyk(0%, 23%, 45%, 24%)
HSV
hsv(29, 45%, 76%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.69:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.81: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: #C2956B;
color: #C2956B;
border-color: #C2956B;
}
Tailwind CSS (with arbitrary values)
bg-[#C2956B]
text-[#C2956B]
border-[#C2956B]
// Example usage:
<div className="bg-[#C2956B]">