Hex Color #470566 - Custom Color
Color Codes
HEX
#470566
RGB
rgb(71, 5, 102)
HSL
hsl(281, 91%, 21%)
CMYK
cmyk(30%, 95%, 0%, 60%)
HSV
hsv(281, 95%, 40%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 14.17:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.48: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: #470566;
color: #470566;
border-color: #470566;
}
Tailwind CSS (with arbitrary values)
bg-[#470566]
text-[#470566]
border-[#470566]
// Example usage:
<div className="bg-[#470566]">