Hex Color #714BAA - Custom Color
Color Codes
HEX
#714BAA
RGB
rgb(113, 75, 170)
HSL
hsl(264, 39%, 48%)
CMYK
cmyk(34%, 56%, 0%, 33%)
HSV
hsv(264, 56%, 67%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.38:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.29: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: #714BAA;
color: #714BAA;
border-color: #714BAA;
}
Tailwind CSS (with arbitrary values)
bg-[#714BAA]
text-[#714BAA]
border-[#714BAA]
// Example usage:
<div className="bg-[#714BAA]">