Hex Color #BC00EB - Custom Color
Color Codes
HEX
#BC00EB
RGB
rgb(188, 0, 235)
HSL
hsl(288, 100%, 46%)
CMYK
cmyk(20%, 100%, 0%, 8%)
HSV
hsv(288, 100%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.84:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.34:1
Fail - WCAG AA (Normal Text)
Fail - 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: #BC00EB;
color: #BC00EB;
border-color: #BC00EB;
}
Tailwind CSS (with arbitrary values)
bg-[#BC00EB]
text-[#BC00EB]
border-[#BC00EB]
// Example usage:
<div className="bg-[#BC00EB]">