Hex Color #54345C - Custom Color
Color Codes
HEX
#54345C
RGB
rgb(84, 52, 92)
HSL
hsl(288, 28%, 28%)
CMYK
cmyk(9%, 43%, 0%, 64%)
HSV
hsv(288, 43%, 36%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 10.38:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 2.02: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: #54345C;
color: #54345C;
border-color: #54345C;
}
Tailwind CSS (with arbitrary values)
bg-[#54345C]
text-[#54345C]
border-[#54345C]
// Example usage:
<div className="bg-[#54345C]">