Hex Color #A64430 - Custom Color
Color Codes
HEX
#A64430
RGB
rgb(166, 68, 48)
HSL
hsl(10, 55%, 42%)
CMYK
cmyk(0%, 59%, 71%, 35%)
HSV
hsv(10, 71%, 65%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.02:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.49:1
Fail - 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: #A64430;
color: #A64430;
border-color: #A64430;
}
Tailwind CSS (with arbitrary values)
bg-[#A64430]
text-[#A64430]
border-[#A64430]
// Example usage:
<div className="bg-[#A64430]">