Hex Color #C4977E - Custom Color
Color Codes
HEX
#C4977E
RGB
rgb(196, 151, 126)
HSL
hsl(21, 37%, 63%)
CMYK
cmyk(0%, 23%, 36%, 23%)
HSV
hsv(21, 36%, 77%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.60:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.08: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: #C4977E;
color: #C4977E;
border-color: #C4977E;
}
Tailwind CSS (with arbitrary values)
bg-[#C4977E]
text-[#C4977E]
border-[#C4977E]
// Example usage:
<div className="bg-[#C4977E]">