Hex Color #BEBE7B - Custom Color
Color Codes
HEX
#BEBE7B
RGB
rgb(190, 190, 123)
HSL
hsl(60, 34%, 61%)
CMYK
cmyk(0%, 0%, 35%, 25%)
HSV
hsv(60, 35%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.94:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.84: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: #BEBE7B;
color: #BEBE7B;
border-color: #BEBE7B;
}
Tailwind CSS (with arbitrary values)
bg-[#BEBE7B]
text-[#BEBE7B]
border-[#BEBE7B]
// Example usage:
<div className="bg-[#BEBE7B]">