Hex Color #B3BB7C - Custom Color

Color Codes

HEX
#B3BB7C
RGB
rgb(179, 187, 124)
HSL
hsl(68, 32%, 61%)
CMYK
cmyk(4%, 0%, 34%, 27%)
HSV
hsv(68, 34%, 73%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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