Hex Color #937DBF - Custom Color

Color Codes

HEX
#937DBF
RGB
rgb(147, 125, 191)
HSL
hsl(260, 34%, 62%)
CMYK
cmyk(23%, 35%, 0%, 25%)
HSV
hsv(260, 35%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 5.93:1
Pass - 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: #937DBF;
color: #937DBF;
border-color: #937DBF;
}

Tailwind CSS (with arbitrary values)

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