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