Hex Color #BFE63C - Custom Color
Color Codes
HEX
#BFE63C
RGB
rgb(191, 230, 60)
HSL
hsl(74, 77%, 57%)
CMYK
cmyk(17%, 0%, 74%, 10%)
HSV
hsv(74, 74%, 90%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.44:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 14.60: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: #BFE63C;
color: #BFE63C;
border-color: #BFE63C;
}
Tailwind CSS (with arbitrary values)
bg-[#BFE63C]
text-[#BFE63C]
border-[#BFE63C]
// Example usage:
<div className="bg-[#BFE63C]">