Hex Color #C3837B - Custom Color
Color Codes
HEX
#C3837B
RGB
rgb(195, 131, 123)
HSL
hsl(7, 37%, 62%)
CMYK
cmyk(0%, 33%, 37%, 24%)
HSV
hsv(7, 37%, 76%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.06:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.85: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: #C3837B;
color: #C3837B;
border-color: #C3837B;
}
Tailwind CSS (with arbitrary values)
bg-[#C3837B]
text-[#C3837B]
border-[#C3837B]
// Example usage:
<div className="bg-[#C3837B]">