Hex Color #B78E4B - Custom Color

Color Codes

HEX
#B78E4B
RGB
rgb(183, 142, 75)
HSL
hsl(37, 43%, 51%)
CMYK
cmyk(0%, 22%, 59%, 28%)
HSV
hsv(37, 59%, 72%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 3.01:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 6.98: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: #B78E4B;
color: #B78E4B;
border-color: #B78E4B;
}

Tailwind CSS (with arbitrary values)

bg-[#B78E4B]
text-[#B78E4B]
border-[#B78E4B]
// Example usage:
<div className="bg-[#B78E4B]">