Hex Color #66577A - Custom Color

Color Codes

HEX
#66577A
RGB
rgb(102, 87, 122)
HSL
hsl(266, 17%, 41%)
CMYK
cmyk(16%, 29%, 0%, 52%)
HSV
hsv(266, 29%, 48%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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