Hex Color #675885 - Custom Color

Color Codes

HEX
#675885
RGB
rgb(103, 88, 133)
HSL
hsl(260, 20%, 43%)
CMYK
cmyk(23%, 34%, 0%, 48%)
HSV
hsv(260, 34%, 52%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.31: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: #675885;
color: #675885;
border-color: #675885;
}

Tailwind CSS (with arbitrary values)

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