Hex Color #593FCC - Custom Color
Color Codes
HEX
#593FCC
RGB
rgb(89, 63, 204)
HSL
hsl(251, 58%, 52%)
CMYK
cmyk(56%, 69%, 0%, 20%)
HSV
hsv(251, 69%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.98:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.01: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: #593FCC;
color: #593FCC;
border-color: #593FCC;
}
Tailwind CSS (with arbitrary values)
bg-[#593FCC]
text-[#593FCC]
border-[#593FCC]
// Example usage:
<div className="bg-[#593FCC]">