Hex Color #BAB17C - Custom Color

Color Codes

HEX
#BAB17C
RGB
rgb(186, 177, 124)
HSL
hsl(51, 31%, 61%)
CMYK
cmyk(0%, 5%, 33%, 27%)
HSV
hsv(51, 33%, 73%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 9.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: #BAB17C;
color: #BAB17C;
border-color: #BAB17C;
}

Tailwind CSS (with arbitrary values)

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