Hex Color #B47178 - Custom Color

Color Codes

HEX
#B47178
RGB
rgb(180, 113, 120)
HSL
hsl(354, 31%, 57%)
CMYK
cmyk(0%, 37%, 33%, 29%)
HSV
hsv(354, 37%, 71%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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