Hex Color #BFC40F - Custom Color
Color Codes
HEX
#BFC40F
RGB
rgb(191, 196, 15)
HSL
hsl(62, 86%, 41%)
CMYK
cmyk(3%, 0%, 92%, 23%)
HSV
hsv(62, 92%, 77%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.89:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 11.12:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #BFC40F;
color: #BFC40F;
border-color: #BFC40F;
}
Tailwind CSS (with arbitrary values)
bg-[#BFC40F]
text-[#BFC40F]
border-[#BFC40F]
// Example usage:
<div className="bg-[#BFC40F]">