Hex Color #35331A - Custom Color
Color Codes
HEX
#35331A
RGB
rgb(53, 51, 26)
HSL
hsl(56, 34%, 15%)
CMYK
cmyk(0%, 4%, 51%, 79%)
HSV
hsv(56, 51%, 21%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 12.81:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.64: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: #35331A;
color: #35331A;
border-color: #35331A;
}
Tailwind CSS (with arbitrary values)
bg-[#35331A]
text-[#35331A]
border-[#35331A]
// Example usage:
<div className="bg-[#35331A]">