Hex Color #52486A - Custom Color

Color Codes

HEX
#52486A
RGB
rgb(82, 72, 106)
HSL
hsl(258, 19%, 35%)
CMYK
cmyk(23%, 32%, 0%, 58%)
HSV
hsv(258, 32%, 42%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 2.49: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: #52486A;
color: #52486A;
border-color: #52486A;
}

Tailwind CSS (with arbitrary values)

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