Hex Color #C0963D - Custom Color
Color Codes
HEX
#C0963D
RGB
rgb(192, 150, 61)
HSL
hsl(41, 52%, 50%)
CMYK
cmyk(0%, 22%, 68%, 25%)
HSV
hsv(41, 68%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.74:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.67: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: #C0963D;
color: #C0963D;
border-color: #C0963D;
}
Tailwind CSS (with arbitrary values)
bg-[#C0963D]
text-[#C0963D]
border-[#C0963D]
// Example usage:
<div className="bg-[#C0963D]">