Hex Color #BCC904 - Custom Color
Color Codes
HEX
#BCC904
RGB
rgb(188, 201, 4)
HSL
hsl(64, 96%, 40%)
CMYK
cmyk(6%, 0%, 98%, 21%)
HSV
hsv(64, 98%, 79%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.83:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 11.49: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: #BCC904;
color: #BCC904;
border-color: #BCC904;
}
Tailwind CSS (with arbitrary values)
bg-[#BCC904]
text-[#BCC904]
border-[#BCC904]
// Example usage:
<div className="bg-[#BCC904]">