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