Hex Color #BCA16A - Custom Color

Color Codes

HEX
#BCA16A
RGB
rgb(188, 161, 106)
HSL
hsl(40, 38%, 58%)
CMYK
cmyk(0%, 14%, 44%, 26%)
HSV
hsv(40, 44%, 74%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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