Hex Color #B30ACE - Custom Color
Color Codes
HEX
#B30ACE
RGB
rgb(179, 10, 206)
HSL
hsl(292, 91%, 42%)
CMYK
cmyk(13%, 95%, 0%, 19%)
HSV
hsv(292, 95%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.45:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.85: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: #B30ACE;
color: #B30ACE;
border-color: #B30ACE;
}
Tailwind CSS (with arbitrary values)
bg-[#B30ACE]
text-[#B30ACE]
border-[#B30ACE]
// Example usage:
<div className="bg-[#B30ACE]">