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