Hex Color #BEA53E - Custom Color
Color Codes
HEX
#BEA53E
RGB
rgb(190, 165, 62)
HSL
hsl(48, 51%, 49%)
CMYK
cmyk(0%, 13%, 67%, 25%)
HSV
hsv(48, 67%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.43:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.64: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: #BEA53E;
color: #BEA53E;
border-color: #BEA53E;
}
Tailwind CSS (with arbitrary values)
bg-[#BEA53E]
text-[#BEA53E]
border-[#BEA53E]
// Example usage:
<div className="bg-[#BEA53E]">