Hex Color #53588E - Custom Color

Color Codes

HEX
#53588E
RGB
rgb(83, 88, 142)
HSL
hsl(235, 26%, 44%)
CMYK
cmyk(42%, 38%, 0%, 44%)
HSV
hsv(235, 42%, 56%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 6.66:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 3.15: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: #53588E;
color: #53588E;
border-color: #53588E;
}

Tailwind CSS (with arbitrary values)

bg-[#53588E]
text-[#53588E]
border-[#53588E]
// Example usage:
<div className="bg-[#53588E]">